body {
  background: #17101e;
  font-size: 14px;
  overflow-x: hidden;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(14px + 6 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(21,14,27,0.7);
  background-color: #1a0d26;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(255,255,255,0.2);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e0efbe;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4c6218), to(#4c6218), color-stop(0.6, #e0efbe));
}
.container {
  max-width: 900px;
  width: 70vw;
  height: auto;
  text-align: center;
  margin:  auto;
  padding-bottom: 100px;
}
h1,
h3 {
  color: #cfea8f;
  font-family: 'Coming soon', cursive;
  font-weight: 100;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 2em;
}
h4 {
  color: #cfea8f;
  font-size: 0.8em;
  padding: 2em 0 0;
  text-align: right;
  font-family: 'Coming soon', cursive;
  font-weight: 100;
  line-height: 1.5;
  margin: 5px 0;
  -webkit-font-smoothing: antialiased;
}
h5 {
  color: #cfea8f;
  font-size: 0.6em;
  padding: 0 0 .5em;
  letter-spacing: 0.05em;
  text-align: right;
  font-family: 'Coming soon', cursive;
  font-weight: 100;
  line-height: 1.2;
  margin: 10px 0 0;
  -webkit-font-smoothing: antialiased;
}
em {
  font-style: italic;
  color: rgba(225,242,186,0.8);
}
p {
  color: rgba(246,255,224,0.5);
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.sign {
  color: #cfea8f;
  font-size: 0.8em;
  padding: 0;
  text-align: right;
  font-family: 'Coming soon', cursive;
  font-weight: 100;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  font-style: italic;
  color: #00f;
  cursor: pointer;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 900px;
  width: 70vw;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 50%;
  transform: translateX(-50%);
}
