/* Source for the snowing effect: https://codepen.io/HektorW/pen/ZBryeV */

body {
  background-color: #111;
}

canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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