body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: rgb(212, 190, 232);

#titulo {color: rgb(131, 85, 155);}

header {
text-align: center;
margin-bottom: 30px;

}

image {
width: 100px;height: 100px;border-radius: 50%;
}

#indice {color:rgb(131, 85, 155) ;}
main {
max-width: 700px;
margin: auto;
}

section { 
width: 700px;
background: white;
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 15px;
}

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

