html {
  -webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
background-color: #454545;
overflow: hidden;
}

body{
  padding: 0;
  margin: 0;

}

.p5Canvas {
  height: 100%;
 overscroll-behavior: none;
  position: fixed;
}


.loadingclass {
  margin: 0;
position: absolute;
width: 100px;
top: 50%;
left: 55%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.loadImage{
  width: 80%;
}

#select {
  font-size: 1vmax;
  font-family: "AvenirNext";
  letter-spacing: 1px;
  font-weight: 1200;
  background-color: #666666;
  color: white;
  border-width: 3;
  border-radius: 0.7vmax;
  width: 13vmax;
  height: 4vmax;
  font-size: 1.7vmax;
  height: 5vmax;
  touch-action: none;
}

.toggle {
  font-size: 1vmax;
  font-family: "AvenirNext";
  letter-spacing: 1px;
  font-weight: 1200;
  background-color: #4e4e4e;
  color: white;
  border-width: 3;
  border-radius: 0.7vmax;
  width: 13vmax;
  height: 4vmax;
  font-size: 1.7vmax;
  height: 5vmax;
  touch-action: none;
}


.startBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  font-size: 4vmax;
  font-family: "AvenirNext";
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  background-color: white;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  border-radius: 3vmax;
  padding: 1vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 3px white;
}

.username{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;



  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.loadImage{
  width: 30vmax;
  height: 30vmax;
}

input, label{
  font-size: 1.8vmax;
  font-family: "AvenirNext";
  letter-spacing: 1px;
  font-weight: 900;
  color: #7e888f;
  border-style: solid;
  border-radius: 1vmax;
  padding: 1vmax;
  margin: 0.5vmax;
}



.loading {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  font-family: "AvenirNext";
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  color: black;
margin-top: 40px;

}

.box {
  opacity: 1;
  border-width: 0;
  border-color: rgb(200, 200, 200);
  border-radius: 1vmax;
}
