@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/c2/c2-personagens/cabeçalho-personagens.png");
    padding: 0px 0px 740px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Pixelify Sans", sans-serif;
}

.texto{
    color: white;
    font-size: 25px;
}

.img-container {
    width: 88%;
    background-color: #8A2E48;
    color: white; /* Cor do texto */ 
    text-align: justify;
    margin: 25px 80px 75px 60px;
    padding: 20px;
}

.container {
    display: flex;
    align-items: center;
  }
  
  .texto1 {
    flex: 1;
    padding: 25px;
     margin: 25px 100px 75px 60px;
     background-color: #938A46;
     font-size: 17px;
     color: white;
     text-align: justify;
  }

  .imagem {
    max-width: 450px; /* Ajuste conforme necessário */
    margin-left: 10 px; /* Espaço entre a imagem e o texto */
    margin: 25px 40px 75px 40px;
  }

  .img-container1 {
    width: 88%;
    background-color: #1B2F39;
    color: white; /* Cor do texto */ 
    text-align: justify;
    margin: 25px 80px 40px 60px;
    padding: 20px;
    font-size: 20px;
}

.texto2 {
    flex: 1;
    padding: 25px;
     margin: 25px 60px 75px 60px;
     background-color: #3D4649;
     font-size: 17px;
     color: white;
     text-align: justify;
  }

  .imagem1 {
    max-width: 500px; /* Ajuste conforme necessário */
    margin-left: 20 px; /* Espaço entre a imagem e o texto */
    margin: 25px 40px 75px 40px;
  }

  footer{
    width: 100%;
	height: 500px;
    text-align: center;
    background: url("rodape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}