body {
    background: linear-gradient(to right, rgb(198, 210, 255), rgb(255, 236, 184, 0.859), rgb(255, 214, 170), rgb(255, 236, 184, 0.859), rgb(198, 210, 255)) ;
    font: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(155, 114, 65);
}
header {
    text-align: center;
}
section {
    background-color: antiquewhite;
    border-radius: 10px;
    margin: auto;
    width: 500px;
    align-self: center;
    padding: 15px;
    text-align: center;
    box-shadow: 5px 5px 10px
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    margin-top: 10px;
}
footer {
    padding: 15px;
    text-align: center;
}
