body{
    background-color: rgb(149, 107, 146);
    color: rgb(78, 14, 94);
    margin-right: 5%;
    margin-left: 5%;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2em;
    text-align: justify;
}
h1{
text-align: center;
color: rgb(72, 32, 93);
font-family: Georgia, 'Times New Roman', Times, serif;
}
table{
    border-width: 2px;
    border-color: rgb(56, 49, 109);
    border-style: solid;
    padding: 0,5%;
}
th{
    text-align: center;
    background-color: rgb(67, 31, 94);
    color: rgb(241, 239, 247);
}
td{
    padding: 0,5%;
    border-color: rgb(155, 119, 203);
    border-width: 2px;
    border-style: solid;
}
.fonte{
    text-align: right;
    font-style: italic;
}
.nome{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}