body {
    background: rgb(70, 142, 236);
    font: normal 16px  Arial, Helvetica, sans-serif;
    transition: all 0.5s ease;
}

header {
    color: white;
    text-align: center;
}


section {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.39);
}

div {
    text-align: center;
    padding: 5px;
}

#imagem {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    transition: all 0.5s ease;
}

footer {
    color: white;
    text-align: center;
    font-style: italic;
}