
html, body{

  overflow-x: hidden;
  
}


body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  background: black;
  overflow:hidden;
 
  display: flex;
  justify-content: center;
  align-items: center;
  
   position: relative;
 
}


a {

text-decoration: none;
color:rgb(238, 238, 238);
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 



.navbar {
  overflow: hidden;
  background-color: #1d1d1f;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 9%;
  text-align: center;
}



.logo{
 vertical-align: middle;
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 10%;

}





}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {



.navbar {
  overflow: hidden;
  background-color: #1d1d1f;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 9%;
  text-align: center;
}



.logo{
 vertical-align: middle;
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 10%;

}






} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {



.navbar {
  overflow: hidden;
  background-color: #1d1d1f;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height:8%;
  text-align: center;
}



.logo{
 vertical-align: middle;
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 100px;

}




} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {



.navbar {
  overflow: hidden;
  background-color: #1d1d1f;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height:8%;
  text-align: center;
}



.logo{
 vertical-align: middle;
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50px;

}


} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 



.navbar {
  overflow: hidden;
  background-color: #1d1d1f;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height:8%;
  text-align: center;
}



.logo{
 vertical-align: middle;
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 60px;

}




}


canvas {
  position: fixed;
  top:0;
  left:0;
  z-index: -1;
}
.text-box {
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 7px;
  word-spacing: 12px;
  text-transform: uppercase;
  color:rgb(238, 238, 238);
}
.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: row;
}
.button {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  margin-left:20px;
  margin-right:20px;
  word-spacing: normal;
  letter-spacing: 5px;
  border: 1px solid white;
  background: black;
  cursor: pointer;
}
