body {
    color:darkblue;
    background-color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

ul { 
    display: flex;   
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 16px;

}

a {
    color: darkblue;
    text-decoration: none;

}

header img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid orangered;

}

.center {
    text-align: center;
}

h1 {
    color: darkblue;
}

section {
    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;
}