body {
    background: rgb(109, 109, 241);
    font: normal 15pt Arial;
}

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

}

section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 300px;
    margin: auto;
    box-shadow: 5px 5px 10px rgb(0, 0, 0);
}

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

#imagem {
    border-radius: 100px;
}

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