body{
    background-color: rgb(207, 171, 241);
    color: black;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 2em;
}
h1{
    text-align: center;
    color: blueviolet;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
table{
    border-color: rgb(0, 0, 0);
    border-style: solid;
border-width: 2px;
padding: 0.05%;
}
th{
    text-align: center;
    background-color: rgb(161, 105, 234);
    color: black;
}
td{
    padding: 0.5%;
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    border-style: solid;
}
.fonte{
    text-align: right;
    font-style: italic;
}
.nome{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}