@font-face {
    font-family: 'Franklin Gothic';
    src: url(fontes/ITCFranklinGothicStd-Hvy.otf);
    font-weight: 900;

}

@font-face {
    font-family: 'Franklin Gothic';
    src: url(fontes/ITCFranklinGothicStd-Book.otf);
    font-weight: normal;

}


* {
    margin: 0%;
}


h1 {
    color: brown;
    font-size: 75px;

    font-family: 'Franklin Gothic';
    font-weight: 900;

}

p {
    font-family: 'Franklin Gothic';
    font-weight: normal;
}


h2 {
    color: brown;
    font-size: 60 px;

    font-family: 'Franklin Gothic';
    font-weight: 900;


}


img {
    width: 255px;


}



#classificação {
    width: fit-content;
}


body {
    background-color: #e2b24a;

}



#contentor {
    background-color: rgba(245, 245, 220, 0.777);
    width: 780px;
    padding: 30px;

    margin-left: auto;
    margin-right: auto;
}


#rodape_rosa {
    background-color: rgb(204, 134, 134);
    border-top: 5xp rgb(12, 12, 12);

    padding: 30px;
    margin-top: 100px;

}

#logo {
    width: 120px;

}





#cabecalho {

    background-color: rgb(204, 134, 134);
    border-top: 5xp rgb(86, 48, 48);

    padding: 30px;

}


.seccao {
    padding: 30px;
    background-color: rgba(23, 23, 92, 0.478);
    margin-top: 20px;

}


#aplica_grelha {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#textos {
    grid-column: span 2;
}

#classsificacao {

    grid-column: span 1;
}