@font-face {
  font-family: 'Moto';
  src: url(assets/MotoNormal.ttf);
  font-weight: normal;
  font-style: normal;

}




body,
html {
  font-family: 'Moto' !important;
  padding: 0;
  margin: 0;

  background-color: black;
  background-image: url("assets/images/background_grid.png");
}




canvas {
  display: block;
  margin: auto;


  object-fit: cover;
  border: none;


}

.gameBlock {

  width: 45px;
  height: 45px;
  vertical-align: middle;
}

.gameBlockContainer {

  float: left;
  width: 150px;
}


.startScreen {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("assets/images/background_grid.png");

}

.type-text {

  margin-left: 30px;

  font-size: 20px;
  line-height: 25px;

  color: #03ab1f;

  text-shadow: 0 0 20px #c3ffb3;

}


.guide {

  margin-left: 150px;

  font-size: 25px;
  line-height: 40px;

  color: #03ab1f;

  text-shadow: 0 0 20px #c3ffb3;

}

#gameMessageContainer {

  color: white;

  position: absolute;
  top: 50%;
  width: 1500px;
  z-index: 50000;
  background: none;

  text-align: center;
  left: -1500px;
  transform: translate(-50%, -50%);
}



#gameMessage {

  font-size: 50px;


  padding: 1px 0px 1px 0px;
  color: black;
  line-height: 1.2em;


  -webkit-text-fill-color: black;
  -webkit-text-stroke: 2px white;
}