/* line 1, ../scss/style.scss */
html, body {
  background: #000;
  margin: 0;
  padding: 10px;
  height: 100vh;
}

/* line 9, ../scss/style.scss */
#canvas {
  position: fixed;
  background: #777;
  width: 100%;
  height: 100%;
}

/* line 16, ../scss/style.scss */
h1, h2, h3 {
  position: absolute;
  color: GhostWhite;
  margin: 10px;
}

/* line 22, ../scss/style.scss */
h1 {
  top: 20%;
  font-size: 50px;
}

/* line 27, ../scss/style.scss */
h2 {
  font-weight: 18px;
  top: 60%;
}

/* line 32, ../scss/style.scss */
h3 {
  top: 90%;
  right: 1%;
  font-weight: 200;
}

/* line 38, ../scss/style.scss */
#container {
  height: 100vh;
  position: relative;
}
