@font-face {
    font-family: "centaur";
    src: url(fontes/CentaurMTStd.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "centaur";
    src: url(fontes/CentaurMTStd-Bold.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: centaur;
    src: url(fontes/CentaurMTStd-Italic.ttf);
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
}

h1 {
    color: rgb(255, 0, 0);
    font-size: 60px;
    font-weight: 900;
    font-family: "centaur";

    margin-top: 5px;
}

h2 {
    color: red;
    font-size: 30px;
    font-weight: 900;
    font-family: "centaur";
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    color: black;
    font-size: 20px;
    font-family: "centaur";
    font-weight: 900;
    font-style: normal;
    margin-top: 10px;
}

h4 {
    color: black;
    font-size: 30px;
    font-family: "centaur";
    font-weight: 900;
    font-style: normal;

}

h5 {
    color: black;
    font-size: 30px;
    font-family: "centaur";
    font-weight: 900;
    font-style: normal;

}

p {
    color: black;
    font-size: 20px;
    font-family: "centaur";
    font-weight: 400;
    font-style: normal;

    margin-bottom: 20px;

}

strong {
    font-family: "centaur";
    font-weight: 900;
    font-style: normal;
}

li {
    color: black;
    font-size: 20px;
    font-family: "centaur";
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
    margin-bottom: 30px;
}

body {
    background-color: rgb(0, 0, 0);
}


#contentor {
    background-color: rgb(199, 179, 81);
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#cabecalho {
    background-color: white;
    border-bottom: 5px solid magenta;

    padding: 30px;
}

.blocos {
    background-color: white;
    margin-top: 80px;
    padding: 30px;
}

#marabo {
    background-color: white;

    border-top: 5px solid magenta;

    margin-top: 80px;
    padding: 30px;
}

#logo {
    width: 100px;
}

.seccoes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#textos {
    grid-column: span 2;
}

#centaur {
    grid_column: span 1;
}

#rodape {
    margin-bottom: 10px;

}