@font-face {
    font-family:'AhsingRegular';
    src:        
        url(../../fonts/Ahsing.woff2) format('woff2'),        
        
        url(../../fonts/AhsingRegular.woff) format('woff'),        
       
        url(../../fonts/AhsingRegular.otf) format('opentype');

    font-weight: normal;
    font-style: normal;

}

main.pagina-background {
    background-image: url("../../images/ARCO\ IRIS\ FUNDO\ DA\ PAGINA.png");
    background-size: cover;     
    background-position: center center;
    background-attachment: scroll;
    justify-content: flex-end; 
} 

.sobre-nos {
    background-color: rgba(20, 19, 19, 0.8); 
    padding: 40px;
    border-radius: 12px;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sobre-nos h2 {
    font-family: 'AhsingRegular', Impact, sans-serif;
    font-size: 40px;
    color: #ff5722; 
    margin-bottom: 20px;
    text-align: center;
}
.sobre-nos p {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 15px;
    text-align: justify;
}