/* CSS files add styling rules to your content */



html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  height: 100%;
  width: 100%;
  cursor: url(cursor.svg) 12 12, auto;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: url(cursor.svg) 12 12, auto;
}
#startButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 10px 10px;
  font-size: 16px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  background: #111;
  color: white;
  border: 1px solid #888;
  cursor: url(cursor.svg) 12 12, auto;
}

.

h1 {
  font-style: italic;
  color: #ff0066;
  cursor: url(cursor.svg) 12 12, auto;
}

button {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  margin: 10px;
  cursor: url(cursor.svg) 12 12, auto;
}
