/* # representa um id no HTML */

* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

#bodi {
    background-color: black;
    font-family: Kosugi;
    width: 100%;
}

/* # DONT TOUCH ANYTHING UP THERE */

#head {
    background-color: rgb(82, 1, 82);
    display: flex;
    color: white;
}

#logo {
    width: 400px;
    height: 114px;
    margin-left: 140px;
    margin-top: 45px;
    margin-bottom: 40px;
}

#uh {
    margin-left: 100px;
    display: flex;
    font-size: 40px;
    margin-top: 110px;
}

#l {
    margin-left: 30px;
    font-size: 30px;
}

#entry {
    background-image: url(images/First\ ig.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    display: block;

    height: 768px;
}

/* # width: 100%; */

/* # section treat ig */


#one {
    font-size: 27px;
    text-align: center;
    margin-top: 120px;
    color: white;
}

#two {
    font-size: 27px;
    text-align: center;
    margin-top: 250px;
    color: white;
}

#worse {
    font-size: 27px;
    text-align: center;
    margin-top: 800px;
    color: red;
}

#mama {
    background-image: url(images/second\ ig.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

/* # WE esp cont all belong too way.elect*/
#wayelect {
    margin-top: 250px;
    color: white;
}

#WE {
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
}

#exp {
    margin-top: 170px;
    text-align: center;
    font-size: 18px;
    padding-left: 320px;
    padding-right: 320px;
}

#cont {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    margin-left: 380px;
    margin-right: 380px;
}

/* # info on the characters*/


/* # baby tattletail*/
#btail {
    margin-top: 250px;
    margin-left: 140px;
    margin-right: 300px;
    margin-bottom: 50px;
    text-align: left;
}

#bbrg {
    display: flex;
}

#u {
    margin-left: 70px;
    margin-top: 120px;
}

#bbtt {
    font-size: 40px;
    color: rgb(112, 0, 139);
    margin-bottom: 55px;
}

#bbtta {
    color: white;
    font-size: 15px;
    margin-bottom: 25px;
}

/* # mama tattletail*/
#mtail {
    margin-top: 170px;
    padding-left: 300px;
    margin-right: 160px;
    margin-bottom: 50px;
    text-align: right;
}

#n {
    padding-right: 70px;
    margin-top: 70px;
}

#bbgr {
    display: flex;
}

#bbtte {
    font-size: 40px;
    color: red;
    margin-bottom: 50px;
}

#bbtto {
    color: white;
    font-size: 15px;
    margin-bottom: 25px;
}

/* # fix later */
.conteudo_centrado {
    width: 70%;
    padding-left: auto;
    padding-right: auto;

    display: flex;
}

.duas_colunas {
    width: 50%;
}

.tres_colunas {
    width: 33.33%;
    height: 300px;

    background-color: rgb(0, 0, 0);
}

@media (max-width:600px) {}