@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/fitas/cabeçalho-fitas.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;
}

.container {
    position: relative;
    color: white; /* Cor do texto */
    text-align: left; /* Alinhamento do texto */
    text-align: justify;
    padding: 5px 5px; /* Espaçamento interno */
    margin-right: 80px;
    margin-left: 90px;
    text-indent: 40px;
}

.video{
    margin: 0 auto;
    width: 700px;
  }

footer{
    width: 100%;
	height: 500px;
    text-align: center;
    background: url("rodape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}