@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
    overflow: hidden;
}

body {
    margin: 0;
    position: absolute;
    width: 100%;
	height: 100%;
}



.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

canvas {
    width: 100%;
    height: 100%;
}

h1 {
  position: absolute;
  color: #999;
font-family: 'Staatliches', cursive;
  margin-left: 20px;
  font-size: 10vw;
}

span {
  color: #fff;
}
