@font-face {
    font-family: Lakki;
    src: url(fontes/LakkiReddy-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    font-family: "Arima", serif;
    font-size: 24px;
}

.conteudo_centrado {

    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 32px;
}

img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* transformar imagem numa marca block */

/* a mesma coisa pra o button */

button {
    margin-left: auto;
    margin-right: auto;
    background-color: #F25202;
    width: 112px;
    height: 60px;
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
}

button:hover {
    background-color: #D58F26;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

h1 {
    margin-top: 105px;
    margin-bottom: 28px;
    font-family: "Tinos", serif;
    font-size: 68px;
    color: #A6311D;
    font-weight: 700;
    text-align: left;
    margin-left: 50px;
}

h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Lakki", serif;
    margin-top: 20px;
    font-size: 24px;
}

h3 {
    font-family: "Lakki", serif;
    color: #FFFFFF;
    font-size: 32px;
}

.duas_colunas {
    padding: 10px;
    width: 50%;
    background-color: #D58F26;
}

.tres_colunas {
    width: 33.33%;
    padding: 10px;
    background-color: #D58F26;
    margin-bottom: 50px;
}

.quatro_colunas {
    width: 25%;
    padding: 10px;
    background-color: #D58F26;
}

/* background repeate o cover servem para não haver repeticoes e para prencher o espaço do ecra, respetivamente */
/* # corresponde a um id no HTML */

header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.centra_cabecalho {
    width: 80%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-top: 25px;
}

#logo2 {
    width: 165px;
    height: 149px;
}

nav a {
    margin-left: 15px;
    text-decoration: none;
}

#entrada {
    background-image: url(Imagens_/Selecionadas_/Fundo/entrada.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 900px;
    padding-top: 150px;
}

.alinha_esq {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

#texto_inspirador {
    text-align: center;
    font-family: "Allura", serif;
    font-size: 45px;
}

#characters {
    background-color: #7A0F00;
    padding-bottom: 50px;
    margin-top: 104px;
    padding-top: 50px;
}

#xc {
    color: #000000;
}

.person_ {
    height: 215px;
}

#curiosities {
    padding-bottom: 50px;
}

.texto {
    color: #FFFFFF;
}

.conteudo_centrado2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 32px;
    margin-bottom: 50px;
    margin-top: 32px;
}

footer {
    background-color: #7A0F00;
    height: 450px;
}

.rodape {
    text-align: center;
    color: #FFFFFF;
}

#logo {
    width: 420px;
}

@media (max-width:900px) {
    .conteudo_centrado {
        flex-direction: column;
        width: 95%;
    }
    .conteudo_centrado2 {
        flex-direction: column;
        width: 90%;
    }
    .duas_colunas {
        width: 100%;
    }
    .tres_colunas {
        width: 100%;

    }
    .quatro_colunas {
        width: 100%;
    }
    .person_ {
        height: 100%;
    }
}
