body{
    background-color: rgb(6, 136, 93);
    font: normal 15pt Arial;
}

header{
    color: azure;
    text-align: center;
}

section{
    background-color: azure;
    border-radius: 10px;   /*Bordas*/
    padding: 15px;
    width: 500px;
    margin: auto; /*Meio da tela*/
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.557);
}

div{
    text-align: center;
    padding: 8px;
}

img{
    border-radius: 200px; /* Círculo */
}

footer{
    color: azure;
    text-align: center;
    font-style: italic;
}