body{
background: #2c2c2c;
margin: 0;
height: auto;
width: 100%;
}
.wrapper{
width: 100%;
margin: auto;
}
.header{
display: flex;
flex-direction: column;
text-align: center;
height: 20px;
justify-content: center;
margin-top: 15px;
}
video{
height: auto;
width: 100%;
}
h1{
color: rgb(255, 255, 255);
margin: auto;
font-family: "Comfortaa";
font-size: 14px;
font-weight: 100;
letter-spacing: 2px;
text-transform: uppercase;
justify-content:left;
line-height:16px;
}
.bt{
    max-width: 40%;
    margin: auto;
}

a:hover{
color: rgb(51, 255, 0);
}
a{
text-decoration: none;
color: rgb(255, 255, 255);
font-family: "Comfortaa";
}
.buttonmenu{
display: flex;
position: relative;
justify-content: space-around;
position: relative;
margin-top:15px;
}
.pictures{
display: flex;
justify-content: center;
align-items: center;
gap: 50px; 
width: 80%;
margin:auto;
flex-wrap: wrap;
margin-top: 30px;
}
    



h5{
    color: rgb(255, 255, 255);
    font-family: "Comfortaa";
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin:auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    margin-top: 15px;
    padding:1%;
    }
    

@media screen and (min-width: 650px) {
   
.buttonmenu{
margin:auto;
}

h2,h3,h4,h6{
font-size: 16px;    
}

.buttonmenu{
display: flex;
position: relative;
justify-content: space-around;
width: 60%;
margin-top:15px;
}
