@font-face {
    font-family: "Bell Gothic";
    src: url(Fonts/BellGothicStd-Black.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Bell Gothic Light";
    src: url(Fonts/BellGothicStd-Light.otf);
    font-weight: 100;
}



* {
    margin: 0;
}


h1 {
    font-family: "Bell Gothic", sans-serif;
    font-weight: 400;
    color: #ab4894;
    font-size: 50px;
    font-weight: bold;

}

h2 {
    font-family: "Bell Gothic Light", sans-serif;
    font-weight: 100;
    color: #891f65;
    font-size: 40px;
    font-weight: lighter;
    padding: 10px;
    padding-left: 0px;
    text-align: center;
}

#subtitle {
    text-align: left;
    padding: 0px;
}

#séc {
    padding: 0px;
    margin: 0px;
}

#MODERN {
    padding-bottom: 0px;
}

#NEO {
    padding-bottom: 10px;
}

h3 {
    font-family: "Bell Gothic", sans-serif;
    font-weight: 100;
    color: #640733;
    font-size: 20px;
    font-weight: lighter;
    text-align: center
}

h4 {
    font-family: "Bell Gothic", sans-serif;
    font-weight: 100;
    color: #4a0324;
    font-size: 15px;
    font-weight: lighter;
}

img {
    width: 100%;
    display: block;
    margin: auto;
}

body {
    background-color: #eb81a6;
}

#content {
    background-color: #963fa9;
    width: 900px;
    padding: 20px;
    margin: auto;
}

#rodapé {
    background-color: white;
    margin-top: 25px;
    border-top: 8px solid #4c0155;
    padding-top: 20px;
}

#Logo {
    width: 100px;
    margin: 7px;
}

.seccao {
    background-color: white;
    padding: 10px;
    margin-top: 20px;
    border: 5px dou #891f65;
}

#cabecalho {
    background-color: white;
    border-bottom: 8px solid #4c0155;
    padding: 30px;
}

#morden {
    width: 200px;
}


p {
    margin: 8px;
    padding: 7px;
    font-family: "Bell Gothic Light", sans-serif;
}

.final {
    padding: 0px;
}

#matilde {
    margin-bottom: 0px;
}

#link {
    margin-top: 0px;
    margin-bottom: 0px;
}

#data {
    margin-top: 0px;
    padding-bottom: 10px;
}


ul {
    font-family: "Bell Gothic Light", sans-serif;
}

#aplica_grelha {

    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#texto {
    grid-column: span 2;
}

#bell {
    grid-column: span 1;
}