@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("c1-cabeçalho-grabpack.png");
    padding: 0px 0px 740px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.texto{
    color: white;
    font-size: 25px;
}

.container {
    display: flex;
    align-items: center; /* Centraliza verticalmente */
}

.video {
    margin: 0 auto;
    width: 600px;
}

.imagem {
    margin-left: 50px; /* Ajuste o espaçamento conforme necessário */
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Divide o container em duas colunas iguais */
    gap: 20px; /* Espaçamento entre os itens */
}

.usos {
    margin: 25px 50px 75px;
    background-color: #121327;
     padding: 20px 80px 20px 100px;
     color: white;
     font-size: 15px;
     text-align: justify;
  }

  .titulo-esquerda {
    text-align: left;
     margin-left: 90px;
     font-size: 40px;
     color: white;
}

.titulo-direita {
    text-align: right;
     margin-right: 440px;
     font-size: 40px;
     color: white;
}

.texto-fundo {
    background-color: #121327;
    color: white; /* Cor do texto */
    text-align: justify;
    margin: 20px 10px 70px 20px;
    font-size: 15px;
    width: 97%;
}


footer{
    width: 100%;
	height: 500px;
    text-align: center;
    background: url("rodape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}