* {
  font-family: Lato, sans-serif;
}

/* variables */
html, body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  touch-action: none;
  margin: 0px;
  padding: 0px;
}

body {
  position: relative;
}

canvas {
  background-color: #a39f9e;
  background-image: url("../images/snow.png");
  background-repeat: repeat;
  background-position: bottom;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/*# sourceMappingURL=main.css.map */
