@font-face {
    font-family: goudy;
    src: url(fontes/GoudyTextMTStd.ttf);
    font-weight: normal;
}




* {

    margin: 0px;

}




h1 {
    font-family: goudy, sans-serif;
    font-weight: normal;

    color: rgb(0, 0, 0);
    font-size: 60px;

    margin-top: 30px;
}

h2 {
    color: rgb(253, 120, 120);
    font-size: 30px;
    font-weight: bold;

    margin-top: 30px;
    text-transform: uppercase;

    font-family: goudy, sans-serif;
    font-weight: normal;
}

img {
    width: 300px;
    margin-top: 30px;
}

body {
    background-color: rgb(209, 193, 193)
}


#contentor {
    background-color: rgb(255, 255, 255);
    width: 800px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;

}

#rodape {
    background-color: rgb(166, 245, 221);
    border-top-color: rgb(255, 249, 168);
    border-top-width: 5px;
    border-top-style: solid;
    margin-top: 60px;
    padding: 30px;


}


#cabeca {
    background-color: rgb(192, 251, 255);

    padding: 50px;
    background-color: rgb(120, 157, 228);

    border-bottom-color: rgb(243, 128, 195);

    border-bottom-width: 5px;

    border-bottom-style: solid;
    margin-bottom: 60px;
}



p {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;

    font-size: 18px;
}


#caixa1 {
    background-color: rgb(250, 245, 171);
    margin-bottom: 60px;
    padding: 30px;
}

#caixa2 {
    background-color: rgb(240, 194, 194);
    margin-bottom: 60px;
    padding: 30px;


}


#aplica_grelha {display:grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;


}

#textos {
    grid-column: span 2;
}



#didones {

    grid-column: span 1;

}