body {
    background-color: cadetblue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 2em 6em;
}

header{
    text-align: center;
}

header img{
    max-width: 12.5em;
    max-height: 12.5em;
    border-radius: 50%;
    border: solid 2px white;
}

h1 {
    color: #4c2f53;
    
}

h2 {
    color:#4c2f53;   
}

h4{
    font-weight: lighter;
}



p {
    color: #202020;
    margin-bottom: 0;
    margin-top: 0;
}

ul li {
    color:#202020;
}

footer{
    padding: 1em;
    text-align: center;
}

@media screen and (max-width: 48em){
    /* Menor que 768px */

   body{
    margin: 2em 3em;
   }

   h2{
    text-align: center;
   }
}