section {
    text-align:justify; 
    width: 80%;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
section img {
    margin: 0 auto;
}
p a {
    color: #0645AD;
}
p a:hover {
    text-decoration: underline;
}
.btn-voltar {
    width: 7rem;
    height: 5rem;
    border-radius: 5rem;
    background-color: #0b2c50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-voltar p {
    color: white;
}