body{
    background-color: rgb(255, 218, 230);
    color: rgb(240, 49, 135);
    margin-left: 5%;
    margin-right: 5%;
}
h1{
    text-align: center;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
table{
    width: 80%;
    margin: 0% auto;
    border-color: rgb(249, 100, 149);
    border-width: 8px;
    border-style: double;
    display: block;
}

td{
    text-align: justify;
    font-size: 18px;
    padding: 1%;
    border-color: rgb(219, 82, 134);
    border-width: 8px;
    border-style: double;
}
.subtitulo{
    text-align: center;
    font-weight: bolder;
    width: 30%;
    font-size: 30px;
    background-color: rgb(250, 171, 187);
    color: crimson;
}
.fonte{
    text-align: right;
    font-style: italic;
    text-decoration: underline;

}
.nome{
    text-align: center;
    text-transform: uppercase;
}