* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#container {
    width: 1200px;
    
    background-image: url("EASR TRABALHOS/Group\ 10.png");
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

h1 {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 20px;
    text-align: start;
    border: 9px solid black;
    background-color: white;
    padding: 20px;
    font-size: 65px;
}


p {
    font-family: "Luckiest Guy", cursive;
    font-weight: 1000;
    font-style: normal;
    text-align: center;
    line-height: 26px;
    font-size: 20px;

}

h2 {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    border: 4px solid black;
    background-color: white;
    margin: 20px;
    padding: 20px;
}

header {
    width: 1200px;
    height: 126px;
    background-color: rgb(255 138 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}

nav {
    width: 400px;
    display: flex;
    justify-content: space-between;
}


#story {
    width: 560px;
    background-color: white;
    align-content: flex-start;
    flex-wrap: wrap;
    border: 4px solid black;
    display: inline-block;
    margin: 20px;
    padding: 20px;
}

#titlestory {
    width: 301px;
    height: 92px;
    display: flex;
    align-items: center;
}


#receitas {
    display: flex;
    width: 1160px;
    justify-content: space-between;

    margin: 0 auto;
    background-color: rgb(255, 255, 255);
}




#galeria {
    width: 1160px;
    margin: 0 auto;

    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;

    background-color: rgb(255 138 0);
}


footer {
    width: 1200px;;
    display: flex;
    align-items: center;
    padding-top: 150px;

}

#social h6 {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    padding: 0px 30px;
}

#main_characters {
    width: 772px;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
}

#titlemaincharacters {
    width: 664px;
    height: 92px;
    display: flex;
    align-items: center;
}

#textbox {
    width: 182px;
    display: flex;
    text-align: start;
}

.personagens {
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listp {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    border: 4px solid black;
    background-color: white;
    margin: 20px;
}

#backgrounds {
    width: 548px;
    height: 92px;
    display: flex;
    align-items: center;
}

#bkgimgs {
    width: 1165px;
    height: 344px;
    display: flex;
    padding-left: 20px;
}


#watchmore {
    width: 572px;
    height: 66px;
    display: flex;
    padding-top: 20px;
    padding-left: 314px;
}