* {
  font-family: sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.header {
  position: fixed;
  background: #000;
  z-index: 5;
  top: 0;
  width: 100vw;
  left: 0px;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: block;
}

.header img {
  display: block;
  margin: 0.2em auto;
  width: 30%;
}

@media (max-width: 600px) {
  /* line 53, ../sass/index.scss */
  .header img {
    width: 60%;
  }
}

/* line 61, ../sass/index.scss */
.header a {
  color: white;
}

/* line 64, ../sass/index.scss */
.header .i {
  display: block;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.6em);
  font-size: 1.4em;
}
/* line 70, ../sass/index.scss */
.header .i i {
  margin: 0 0.3em;
}

.top {
  top: 25%;
  position: absolute;
  width: 100%;
  display: block;
}

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

.title {
  position: relative;
  font-size: 11em;
  color: black;
  font-family: "VT323";
  text-align: center;
}

.subtitle {
  position: relative;
  color: black;
  font-size: 3.5em;
  font-family: "VT323";
  text-align: center;
}

.byline {
  position: relative;
  color: black;
  font-size: 2.5em;
  font-family: "VT323";
  padding: 25px 50px 0 50px;
  text-align: center;
}

.body {
  padding: 30px 16vw 0 16vw;
  text-indent: 48px;
  line-height: 1.5;
}

.body p {
  padding-bottom: 24px;
}

.pullquote {
  font-family: "VT323";
  font-size: 2em;
  text-align: center;
}

@media (max-width: 1425px) {
  .top {
    width: 100%;
  }
  .title {
    font-size: 8em;
  }
  .subtitle {
    font-size: 3em;
  }
  .byline {
    font-size: 2em;
  }
}

@media (max-width: 1100px) {
  .top {
    width: 100%;
    top: 10%;
  }
  .title {
    font-size: 5.5em;
  }
  .subtitle {
    font-size: 2em;
  }
  .byline {
    font-size: 1.5em;
  }
}
