html {
  font-family: "Poppins", sans-serif;
  background-color: #192135;
  color: #f6f6f6;
  height: 100%;
  padding: 0;
  margin: 0;
  background-image: url("/static/img/bg.svg");
  background-repeat: repeat;
  background-size: 150%;
}
@media (min-width: 768px) {
  html {
    background-image: url("/static/img/bg-2.svg");
    background-size: 150%;
    background-position: center center;
  }
}
html body {
  margin: 0;
  height: 100%;
  max-height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
html body .inner {
  border-radius: 1em;
  margin: 0.75em;
  margin-bottom: 0.25em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
html body .fg {
  flex-grow: 1;
}
@media (max-width: 768px) {
  html body .m-hide {
    display: none;
  }
}
html body .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
html body .container img {
  margin-top: 8em;
  width: 25%;
  height: auto;
}
@media (min-width: 768px) {
  html body .container img {
    width: 8%;
    height: auto;
  }
}
html body .container h1 {
  font-weight: 400;
  font-size: 2em;
}
@media (min-width: 768px) {
  html body .container h1 {
    font-size: 3em;
  }
}
html body .container h3 {
  font-weight: 300;
  font-size: 1.25em;
  color: #bebebe;
  line-height: 120%;
}
@media (min-width: 768px) {
  html body .container h3 {
    max-width: 20em;
    font-size: 1.75em;
  }
}
html body .container button {
  margin-top: 3em;
  background: #fff;
  color: #192135;
  border-style: none;
  border-radius: 0.25em;
  font-size: 1.25em;
  height: 1.5em;
  width: 6em;
}
@media (min-width: 768px) {
  html body .container button {
    border-radius: 0.5em;
    font-size: 2em;
    height: 1.75em;
    width: 7em;
  }
}
html body .container button:hover {
  background: #ebebeb;
}
html body .container button:active {
  background: #e0e0e0;
}

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