*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body{
    text-align: center;
}
h1{
    margin-top: 2rem;
}

/*-----Projects -------*/

.projectz img{
    width: 15rem;
    height: 10rem;
    text-align: center;
    align-items: center;
    border-radius:2rem ;
    margin-top: 2rem;

}
.projectz img :hover{
    transition-duration: 0s;
}

.projectz{
    background-color:  rgb(0, 201, 255);
    border-radius: 2rem;
    padding: 1rem;
}
.projectz a{
    text-decoration: none;
    color: #f5f3f3;
    font-size: 150%;
}



.project-d{
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 2rem;
    
}
.but{
    color: rgb(7, 7, 7);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;

}