body {
    background-color: #ffdcdc; 
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin: 20px;
}

#titulo-principal {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    font-size: 28px;
    text-align: center;
}

.subtitulo {
    color: rgb(167, 2, 2);
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}

.descricao {
    font-style: italic;
    font-size: 16px;
    text-shadow: 1px 1px 3px gray;
    text-indent: 30px;
    margin-bottom: 12px;
}

/* Links */
a {
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

.info {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}

.assinatura {
    text-align: center;
    font-weight: bold;
    color: #8b0000;
    text-decoration: overline;
}
