
body{

  margin: 0px;
  font-family:monospace;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 115px;
}

#confettiCanvas{

  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -10;

}

.loader{

  width: 128px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.screen{

  display: none;

}

.fancyInput{

  padding: 10px;
  border: solid black 1px;
  text-align: center;
  margin-bottom: 5px;
  box-sizing: border-box;
  font-size: 22px;
  font-family:monospace;
  width: 90%;

}
.title{

  padding:5px;
  position: fixed;
  top:20px;
  right:calc(50% - 350px);
  height:35px;
  width: 700px;
  text-align: center;
  border:solid black 1px;
  font-size:22px;
  box-sizing: border-box;
}

.popupBackground{
  z-index: 999;
  position:fixed;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
}

.popupContainer{
  z-index: 1000;
  position: fixed;
  left: 20%;
  top: 25%;
  width: 60%;
  height: 12%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.popupTitle{
  font-size: 27px;
  font-family:monospace;
  text-align: center;
  margin-bottom: 150px;
  color:white;
}

.rlySmallButton{

  border: 1px black solid;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
  display: inline-block;

}

.halfButton{

  cursor: pointer;
  padding: 25px;
  width: 40%;
  font-size: 27px;
  display: inline-block;
  color:white;
}

.smallButton{
  padding:5px;
  position:fixed;
  top:20px;
  left:35px;
  height:35px;
  width:150px;
  font-size:15px;
  box-sizing: border-box;
}
