* {
    margin: 0;
    padding: 0;
}


h1 {

    font-size: 96px;
    color: #ffffff;

    text-align: center;
}

/* o # representa um id no HTML */

#entrada {

    background-image: url("imagens/dentes2.png");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    height: 600px;
}

button {
    display: block;
    background-color: #FF1E0B;
    color: black;


}

#biografia {
    background-color: rgb(0, 0, 0);
    color: #fff0f0;

}

.conteudo_centrado {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    border: 4px solid rgb(0, 0, 0);
    display: flex;


}



h1 {

    font-size: x-large;
    color: #ebebeb;
    text-align: center;

    font-size: 70px;
    ;

}

.duas_colunas {
    width: 50%;
}

.tres_colunas {
    width: 33.3%;

    height: 300px;

    border: 4px solid rgb(236, 7, 45);

}

h2 {
    text-align: center;
    color: #fff1f1;
}


#albuns {
    display: flex;
}

.quatro_colunas {
    width: 33.3%;

    height: 300px;

    border: 4px solid rgb(236, 7, 45);

}

#colege_drop_out {
    background-image: url(imagens/college\ drop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#DONDA {
    background-image: url(imagens/¥$_-_Vultures_1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#YU {
    background-image: url(imagens/808s-kanye-west-808s-heartbreak-promo-photo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body {
    background-color: black;
}

.quatro_colunas {
    width: 33.3%;

    height: 300px;

    border: 4px solid rgb(0, 0, 0);
}

#camisola_preta {
    background-image: url(imagens/black.png);
    background-repeat: no-repeat;
    background-size: cover;

}

#camisola_branca {
    background-image: url(imagens/with_sirt.png);
    background-repeat: no-repeat;
    background-size: cover;


}

#camisola_red {
    background-image: url(imagens/red_shirt.png);
    background-repeat: no-repeat;
    background-size: cover;

}

#SHOP {
    text-align: center;
    padding-top: 150px;

}

h4 {
    text-align: center;
    color: rgb(255, 255, 255);
}

h5 {
    text-align: center;
    color: rgb(255, 255, 255);
}

h6 {
    text-align: center;
    color: rgb(255, 255, 255);
}



.etiquetas {
    width: 13.3%;
    height: 200px;
    background-color: rgb(0, 0, 0);
    margin-left: 10%;
    margin-right: 10%;
}

#valores {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100px;
    display: flex;


}

button {
    display: block;
    background-color: #FF1E0B;
    color: black;
    height: 50px;

}

div {
    text-align: center;


}

#texto {
    padding-top: 180px;
}

#biografia {

    padding-top: 50px;
}

#entrada {
    padding-top: 340px;
}

#ultimos_albuns {
    padding-top: 80px;
}

#shop {
    padding-top: 100px;
}

#t-shirts {
    padding-top: 80px;
}

h3 {
    background-color: rgba(255, 30, 11, 0.2);
}

h8 {
    background-color: rgba(255, 30, 11, 0.2);

}


footer {
    margin-top: 90px;
    background-color: #000000;
    margin-bottom: 90px;
}

footer p {

    color: #fff1f1;
    text-align: center;

}


 


