* {
    margin: 0;
}

@font-face {
    font-family: "edwardscript";
    src: url(fontes/edwardianscriptitc.ttf);
}

h1 {
    color: black;
    font-size: 100px;
    margin-top: 30px;
    text-align: center;
    font-family: "edwardscript";
    font-weight: 100;
}

h2 {
    color: black;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    font-family: "edwardscript";
    font-weight: 100;
}

h3 {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    font-family: 'Times New Roman', Times, serif;
    sans-serif;

}

h4 {
    text-align: center;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    margin-top: 20px;
}

h5 {
    color: black;
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    font-family: "edwardscript";
    font-weight: 100;
}



p {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;

    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.letrafim {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 200;
    font-size: 16px;

    line-height: 12px;
    margin-bottom: 20px;
}


li {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

ul {
    width: 250px;
    margin: auto;
    padding: 0;
    list-style-position: inside;

}







img {
    width: 100%;
    margin-bottom: 20px;
}

.center-img {
    display: block;
    margin: 0 auto;
    width: fit-content;
}


body {
    background-color: #eec600;
    ;
}


#contentor {
    background-color: #00000063;
    width: 800px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
}

#cabeçalho {
    background-color: #ffffff;
    border-bottom: 5px solid black;
    padding: 30px;

}

#rodape {
    background-color: #ffffff;
    border-top: 5px solid rgb(0, 0, 0);
    padding: 30px;
    margin-top: 80px;
}

#logo {
    width: 100px;
}

.secção {
    background-color: #ffffff;
    margin-top: 30px;
    padding: 30px;
}

#grelha {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;

}

#texto {
    grid-column: span 1;
}

#edwardianimg {
    grid-column: span 2;
}