body{
    color:rgb(225, 255, 0);
    background-color: darkblue;
    text-align: center;
}
footer{
    color: white;
    background-color: green;
    height :70px;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    border-radius: 10px;
}
img{
    height: 200px;
    width : 300px;
    border-radius: 10px;
    border-color: black; 
}  
img:hover{
    transform:scale(1.05) ;
}
nav a{
    color: white;
} 
nav{
    background-color: green;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 20px;
    text-align: center;
}