body{
    background-color: antiquewhite;
    color: rgb(253, 72, 114);
    font-size: 16px;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}
h1{
    text-align: center;
    color: rgb(238, 50, 87);
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: antiquewhite;
    padding: 1%;
}
li{
    font-weight: bolder;
    color: rgb(235, 38, 77);
}
.fonte{
    font-size: 12px;
    text-align: right;
}
.nome{
    text-align: center;
    color: crimson;
}