*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background-color: #0D0800;
  color: #FF8C00;
  font-family: 'Rubik', 'Courier New', Courier, monospace;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
  overflow: hidden;
}

canvas {
  display: block;
  touch-action: none;
  cursor: none;
}

div {
  cursor: pointer;
}

.loadingclass {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}