nav{
    position: sticky;
    top: 0.1px;    
    display: flex;
    background-color:teal;
}
#imageLogo{
    height: 170px;
    width: 170px;
    padding: 20px;
    margin-left: 10px;
}
.nav a{
    color: white;
}

.home {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0px 1000px;
    
}
.home>p{
    font-size:x-large;
    padding: 20px; 
}
a:link{
    text-decoration: none;
    color: white;
}
.image {
   display: flex;
   justify-content: space-between;
   padding: 20px 0px 20px 20px;
   background-color: rgb(144, 153, 153);
   position: static;
}
.img{
    padding: 20px 0px 20px 20px;
    /* margin-left: 200px; */
}
.myProfile{
    display: flex;
    padding: 20px;
    border-radius: 2px;
    border: 2px solid black;
    margin: 20px;
}
.myProfile img{
    width: 350px;
    height: 400px;
    padding: 20px;
}

.myProjects{
    display: flex;
}
.scholarship-hub{
    border-radius: 10px;
    border: 0.1px solid black;
    padding: 20px;
    margin: 20px;
    background-color: black;
    opacity: 0.8;
    color: whitesmoke;
}
.scholarship-hub a{
    color: white;
    border-radius: 10px;
    margin-left: 270px;
    padding: 10px;
    background-color:green;
    
}
.scholarship-hub a:hover{
    background-color: red;
}
.scholarship-hub h3{
    text-align: center;
    color: brown;
}
.scholarship-hub h4{
    color: brown;
}
.Anitas-Kitchen{
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    background-color: black;
    opacity: 0.8;
    color: whitesmoke;
}
.Anitas-Kitchen a{
    color: white;
    border-radius: 10px;
    margin-left: 270px;
    padding: 10px;
    background-color:green;
    
}
.Anitas-Kitchen a:hover{
    background-color: red;
}
.Anitas-Kitchen h3{
    text-align: center;
    color: brown;
}
.Anitas-Kitchen h4{
    color: brown;
}
.contactUs{
    display: flex;
    margin: 20px;
}
.subscribe{
    margin-left: 330px;
    justify-content: space-around;
   
}
#subscribe button{
    padding: 5px;
}
#email{
    padding: 8px;
}
.footer{
    background-color: teal;
    height: 280px; 
    padding-top: 10px;
}
.footer ul{
    list-style-type: none;
}
.Follow-us{
    margin-left: 480px;
}
.Follow-us li{
    justify-content: space-between;
    
}
.Follow-us img{
    width: 20px;
    height: 20px;
}
#icon{
    padding-left: 10px;
    color: black;
}
@media screen and (max-width:1200px){
    .home{
        display: flex;
        padding: 0px 10rem;
    }
}
@media screen and (max-width:1200px){
    .myProfile{
        padding: 5px;
        font-size: 10px;
    }
    .myProfile img{
        width: 250px;
        height: 250px;
    }
    .myProjects{
        font-size: 10px;
    }
    .footer{
        font-size: 10px;
    }
    .Follow-us{
        margin-left: 180px;
    }
    .subscribe{
        margin-left: 50px;
    }
}
@media screen and (max-width:1411px){
    .home{
        padding-left: 550px;
    }
    .myProfile{
        font-size: 10px;
    }
    .myProfile img{
        height: 200px;
        width: 200px;
    }
     .myProfile{
        font-size: 10px;
    }
    .myProjects{
        font-size: 10px;
    }
    .footer{
        font-size: 15px;
    }
    .Follow-us{
        margin-left: 250px;
    }
    .subscribe{
        margin-left: 150px;
    }
}
@media screen and (max-width:1050px){
    .home{
        padding-left: 300px;
    }
    .myProfile img{
        height: 170px;
         width: 170px;
    }
    .Follow-us{
        margin-left: 30px;
    }
    .subscribe{
        margin-left: 20px;
    }
    .scholarship-hub a{
        margin-left: 10px;
     }
     .Anitas-Kitchen a{
         margin-left: 10px;
     }
}
@media screen and (max-width:800px) {
    .home{
        padding-left: 30px;
    }
    .myProfile img{
        height: 120px;
         width: 120px;
    }
    .scholarship-hub a{
       margin-left: 10px;
    }
    .Anitas-Kitchen a{
        margin-left: 10px;
    }
    .footer{
        font-size: 10px;
    }
    .Follow-us{
        margin-left: 10px;
    }
    .subscribe{
        margin-left: 10px;
    }
}
@media screen and (max-width:500px){
    .myProfile{
        font-size: 10px;
        padding-left: 2px;
    }
    .home a{
       font-size: 20px;
    }
    .myProfile img{
        height: 100px;
         width: 70px;
         padding: 2px;
    }
}