
h2 {
    font-size: 22px;
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    padding: 100px;
}

a {
    color: black;
}

.topicos{
    padding: 30px;
    font-family: 'Times New Roman', Times, serif;
}

.topicos h1{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
}

.topicos li {
    padding: 20px;
}

.botao {
    color: rgb(8, 8, 106);
    font-size: 30px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 18px;
}

 hr {
  height: 1px; /* Define a espessura */
  background-color: #000000; /* Cor da linha */
}


footer {
   background-color: rgb(255, 255, 255); 
   color: rgb(0, 0, 0);
}

footer h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif
}

footer p {
    padding: 60px;
    text-align: justify;
    text-indent: 20px;
}

footer .aluna {
    padding: 50px;
    display: flex;
    justify-content: center;
    background-color: rgb(89, 88, 88);
    color: white;
}

footer .aluna img {
    width: 30%;
}

footer .redes {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 50px;
    background-color: rgb(89, 88, 88);
}