* {
    margin: 0
}

@font-face {
    font-family: myFirstFont;
    src: url(Fontes/DidotLTStd-Bold.otf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Didot;
    src: url(Fontes/DidotLTStd-Roman.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Didot;
    src: url(Fontes/DidotLTStd-Italic.otf);
    font-weight: normal;
    font-style: italic;
}

strong {
    font-family: Didot;
    font-weight: bold;
    font-style: normal;
    color: #e4c841;

}

img {
    width: 100%;

}

h1 {
    color: #001c36;
    font-size: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Didot;
    font-weight: bold;
    font-style: normal;

}

h2 {
    color: #0f2438;
    font-size: 50px;
    font-family: Didot;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    font-style: normal;
}

h3 {
    font-size: 25px;
    color: #0f2438;
    font-weight: bold;
    font-style: normal;
    font-family: Didot;
    margin-top: 5px;

}

h4 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: Didot;
    color: #0f2438;
    margin-top: 2px;
}

p {
    font-size: 17px;
    font-family: Didot;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #273a8f;
}

ul {
    font-size: 17px;
    font-family: Didot;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #273a8f;
}

a {
    color: #e4c841;
}


body {
    background-color: #e4c841;
}

#conteudo {
    background-color: #001c36;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;

}

#header {
    background-color: white;
    border-bottom: 9px dotted #e4c841;
    margin-bottom: 40px;
    padding: 40px;
}

#Grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;

}

#Texto1 {
    grid-column: span 2;
}


.content {
    background-color: white;
    padding: 40px;
    margin-bottom: 50px;
}

#Rodape {

    background-color: white;
    border-top: 9px dotted #e4c841;
    padding: 40px;

}

#easr {
    width: 150px;
}

#Didone_modern {
    width: 200px;
    margin: auto;
    grid-column: span 1;
}

#rodape {
    text-align: right;
}

#rodape p {
    line-height: 15px;
    font-size: 15px;
}


.bordas {
    border-bottom: 10px dashed #e4c841;
}