body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background: white;
}

header {
    background-color: white;
    padding: 15px;
    border-width: 2px;
    border-color: white;
    border-style: dashed;
    
    color: mediumaquamarine;
    text-align: center;
    margin-bottom: 30px;
}

.foto {
    width: 15%;
    height: 15%;
    border-radius: 100%;
}

main {
    max-width: 700px;
    margin: auto;
}

section {
    background: rgb(163, 240, 214);
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 30px;
}

.destaque {color:aquamarine;}

p {
    margin-top: 0,5px;
    margin-bottom: 0,5px;
}