.textodetitulo {
    text-align: center;
    font-size: 4em;
    margin-top: 0;
    font-family: verdana;
}
.textonormal {
    text-align: center;
    font-family: verdana;
    font-size: 1.6em;
}
.textofinal {
    text-align: left;
    position: absolute;
    bottom: 0;
    font-family: verdana;
    font-size: 1em;
}

.textolink {
    text-align: left;
    text-decoration: none;
    font-family: verdana;
    font-size: 1.5em;
    color: rgb(230, 26, 26);

}

.textolink:hover {
    text-align: left;
    text-decoration: none;
    font-family: verdana;
    font-size: 1.5em;
    color: rgb(170, 11, 11);
    text-decoration: underline;

}

.textolink2 {
    text-align: left;
    text-decoration: none;
    font-family: verdana;
    font-size: 1.5em;
    color: rgb(83, 0, 0);

}

.textolink2:hover {
    text-align: left;
    text-decoration: none;
    font-family: verdana;
    font-size: 1.5em;
    color: rgb(37, 0, 0);
    text-decoration: underline;

}