.logo{
    width: 80px;
    border-radius: 50%;
}
nav ul li:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#box{
    display: flex;
    flex-wrap: wrap;
justify-content: center;
background-color: #FFDEE9;
background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);

}
.box1{
    width: 25%;
    background-color: antiquewhite;
    margin: 30px;
    padding: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.box1:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
img{
    width: 200px;
    border-radius: 10px;
}
#box img:hover{
    transform: scale(1.1);
    transform: all 0.5s;
}
nav{
    background-color: #FBDA61;
    background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
    
}

.img1{
    width: 50px;
}
 
