body{
    background-color: lightblue;
    color: rgb(0, 0, 0);
    margin-left: 5%;
    margin-right: 5%;
}
h1{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    font-style: italic;
    color: darkcyan;
}
table{
    width: 80%;
    display: block;
    margin: 0 auto;
    border-color: rgb(0, 0, 0);
    border-width: 5px;
    border-style: double;
}
td{
    text-align: justify;
    font-size: 18px;
    padding: 1%;
    border-color: rgb(57, 180, 180);
    border-width: 8px;
    border-style: groove;
}
.subtitulo{
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    background-color: rgb(123, 165, 242);
    font-style: italic;
    font-weight: bold;
    color: rgb(5, 74, 138);
}
.fonte{
    text-align: right;
    font-style: italic;
    font-size: 18px;
    color: rgb(27, 66, 174);
    text-decoration: underline;
    font-weight: bold;
}
.nome{
    text-align: center;
    font-style: italic;
    color: rgb(238, 40, 139);
    font-weight: bold;
    font-size: 21px;
    text-decoration: underline;
}
    