@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');


body {
    margin: 0;
    background-color: black;
    font-family: "Pixelify Sans", sans-serif;
}

.imagem-inicio {
    background-image: url(img/capitulo1/historia/huggy.png);
    padding: 10px 0px 900px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Pixelify Sans", sans-serif;
}

.bloco {
    display: flex;
    justify-content: space-around;
    color: #fff;
    margin: 50px;
    font-size: 15px;
}

.bloco1 {
    background-image: url(img/capitulo1/historia/bloco1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size: 15px;
    padding: 10px 0px 150px 0px;
    box-shadow: 0px 0px 125px 0px rgba(0,0,0,1),
    0px 45px 26px 0px rgba(0,0,0,0.14);
    align-items: center;
    justify-content: center;
}

.bloco1 > h1 {
    margin: 200px;
    align-items: center;
    justify-content: center;
}
