body{
    color: white;
    background-color: rgb(90, 83, 83);
    font-family: Arial, Helvetica, sans-serif;
}

ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    padding: 16px;
    margin:20px;
}

a{
    color: white;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
}
.center{
    text-align: center;
}

footer img{
    width: 40px;
    height: 40px;
}
footer{
    display: flex;
    justify-content: center;
}
footer a{
    margin: 20px;
    text-align: center;
}
footer p{
    margin-top: 2px;
}

.container{
   padding: 0px 50px; 
}

nav a:hover{
    color: bisque;
}

