body{
margin: 0;
width: 100%;
height: 1500px; /* tirar assim que o conteudo ficar maior que a pagina em largura*/ 
-webkit-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;
}
header{
background-color:#04142c;
display: flex;
justify-content: space-between;
}
header img{
width: 320px;
height: 109px;
}
header div {
display: flex;
align-items: center;
text-align: center;
margin-right: 200px;
}
header div a {
text-decoration: none;
color: white;
font-size: 40px;
padding-top: 5px;
font-family: "Bebas Neue", sans-serif;
font-weight: 300;
font-style: normal;
text-align: center;
}
header div a:not(:last-child) {
margin-right: 30px;
}
.a1{
padding-left: 120px;
}
footer{
background-color: #04142c;
padding: 35px;
}
.flex-container {
display: flex;
flex-wrap:wrap;
}
.video{
width: 17%; 
box-sizing: border-box;
padding:10px;
background-color: #f2f2f2;
margin: 10px 20px;
border-radius: 15px;
text-align: center;
}
div h2{
font-size: 18px;
margin-bottom: 0px;
margin-top: 0px;
font-family: "Bebas Neue", sans-serif;
font-weight: 300;
font-style: normal;
text-align: center;
}
  
div img{
width: 300px;
height: 169px;
align-items: center;
text-align: center;
}
h1{
font-size: 25px;
margin: 20px;
font-family: "Bebas Neue", sans-serif;
font-weight: 300;
font-style: normal;
}