* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

body {}


h1 {
    font-family: 'Special Gothic Condensed One';
    color: white;
    font-size: 128px;
    text-align: center;

}



h2 {
    font-family: 'Special Gothic Condensed One';
    color: white;
    font-size: 90px;
    text-align: center;

}

/* # representa um id no HTML */
#entrada {

    background-image: url(imagens/beatlesalbum.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    height: 1000px;
    display: flex;
    align-items: flex-end;


}

#entrada .conteudo_centrado {
    justify-content: flex-end;
}

img {
    display: block;
    width: 100%;
}

#biografia {
    background-color: black;
}

button {
    display: block;

    margin-left: auto;
    margin-right: auto;
}


.conteudo_centrado {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    gap: 50px;
}

.duas_colunas {
    width: 50%;
}

.tres_colunas {
    width: 30%;
}


#separador {
    height: 20px;
    background-color: white;
}

p {
    color: white;
    margin-bottom: 50px;
    font-family: 'Instrument Sans';
    font-size: 24px;
    font-weight: 400;
}

#ultimos_albuns {
    background-color: black;

}

h3 {
    color: white;
    font-family: 'Special Gothic Condensed One';
    font-size: 64px;
}

h4 {
    color: white;
    font-family: 'Instrument Sans';
    font-size: 36px;
}

h5 {
    font-family: 'Instrument Sans';
    font-size: 24px;
    color: white;
}

#viagens {
    background-color: black;
}

pre {
    font-family: 'Special Gothic Condensed One';
    font-size: 128px;
    color: black;

}

#viagens {
    margin: 0;
    height: 100vh;
    background: linear-gradient(to bottom, #000000, #FDD945);

}

#quote {
    background-color: #FDD945;

}

.centra_cabecalho {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.logo {
    width: 150px;
}

header {
    background-color: #000000;
    


}

nav a {
    margin-left: 30px;
    color: aliceblue;
    text-decoration: none;
    font: 'Instrument Sans';
}

nav a:hover {
    text-decoration: underline;

}

#the {
    font-size: 64px;
}

u {
    color: white;
    font-family: 'Special Gothic Condensed One';
    font-size: 64px;

}

#especial {
    width: 34.4%;
}