body{
    color: black;
    background-color: bisque;
    font-family: Arial, Helvetica, sans-serif;
}

ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 16px;
}

a {
    color: black;
    text-decoration: none;
}

header img {
    width: 175px;
    height: 175px;
    borde-radius: 50%
    border: 2px solid salmon;
}

.center{
    text-align: center;
}

h1{
    color: salmon;
}

footer img {
    width: 40px;
    height: 40px;
}

footer{
    display: flex;
    justify-content: center;
}

footer a {
    color: black;
    margin: 20px;
    text-align: center;
    padding: 16px;
}

footer p {
    margin-top: 2px;
}

nav a:hover {
    color: salmon;    
}
