* {
  font-family: serif;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("./BebasNeue Regular.otf");
}

.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;
  margin-bottom: ;
}

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

@media (max-width: 600px) {
  /* line 53, ../sass/index.scss */
  .header img {
    width: 60%;
  }
  .date {
    font-size: 12px !important;
  }
  .author {
    font-size: 12px !important;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 14px !important;
  }
  .content {
    font-size: 12px !important;
  }
}

/* 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;
}

.body {
  background-color: #fff;
}

.content {
  margin-top: 40px;
  margin-right: 23%;
  margin-left: 23%;
  font-family: serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  padding-top: 1em !important;
  text-align: center;
  font-size: 100px;
  font-family: "Bebas Neue";
  color: #BBDFED;
  font-stretch: extra-condensed;
}

h2 {
  font-size: 30px;
  font-family: "Bebas Neue";
  text-align: center;
  color: black;
}

.firstline, .secondline {
  height: 8px;
  background-color: #BBDFED;
}

.shaded {
  background-color: #BBDFED;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

p {
  text-indent: 24px;
}

.inline {
  display: inline-block;
  width: 100%;
}

.author {
  font-family: "Bebas Neue";
  color: black;
  font-size: 1.5vw;
  text-align: right;
  padding-right: 2vw;
  margin-top: 1vw;
}

.date {
  font-family: "Bebas Neue";
  color: black;
  font-size: 1.5vw;
  text-align: left;
  padding-left: 1.5vw;
}

.firstline {
  margin-top: 1.3vw;
  margin-bottom: 1vw;
  float: left;
  width: 86vw;
}

.secondline {
  margin-top: 0.3vw;
  float: right;
  width: 84vw;
}

.graph {
  display: block;
  margin: 0 auto;
  height: auto !important;
  max-width: 95% !important;
}
