header {
    padding: 20px;
    padding-left: 150px;
    text-align: center;
    font-family: 'Tenor Sans', sans-serif;
}

nav ul {
    list-style-type: none; 
    padding: 0;
}

nav ul li {
    display: inline; 
    margin-right: 50px;
}

nav ul li a {
    color: #000000; 
    font-size: 28px; 
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

.jogo{
    position: absolute;
    right: 58.5%;
}

.video{
    position: absolute;
    right: 45.5%;
}

.contato{
    position: absolute;
    right: 31.5%;
}

body {
    background-image: url('Inserir\ um\ pouquinho\ de\ texto.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
}

.espaco-em-branco {
    height: 985px;
}
.texto-container {
    display: flex;
}

.fase1 {
    width: calc(33.33% - 15px);
    text-align: center; 
    margin-right: 20px; 
    padding: 90px;
    position: relative;
    left: 175px;
}

.texto{
    position: relative;
    top: 480px;
    right: 200px;
}

.fase2{
    width: calc(33.33% - 15px);
    text-align: center;
    position: relative;
    top: 90px;
    left: 110px;
}

.texto1{
    position: relative;
    top: 480px;
    right: 150px;
}

.fase3{
    width: calc(33.33% - 15px);
    text-align: center;
    position: relative;
    top: 90px;
    left: 150px;
}

.texto2{
    position: relative;
    top: 490px;
    right: 120px;
}

h2 {
    margin-bottom: 235px; }

h2 {
    font-size: 44px;
    color: #333; 
}

p {
    font-family: 'Autour One', cursive;
    font-size: 30px;
    line-height: 1.4; 
    text-align: center;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200vh; 
}

video {
    max-width: 100%; 
    height: auto; 
    position: relative;
    top: 670px;
    left: 300px;
}

footer{
    position: relative;
    top: 550px;
}

.insta{
    position: relative;
    top: 150px;
}

.git{
    position: relative;
    top: 150px;
}

.linke{
    position: relative;
    top: 150px;
}
