body {
  background-color: #1b1414;
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Inter";
}

body div#content {
  padding: 30px;
}

body div#content h1 {
  font-size: 80px;
  text-align: center;
  font-weight: 800;
}

body div#content p {
  text-align: center;
}

body div#content p#copyright {
  margin-top: 50px;
  color: #a0a0a0;
  font-weight: 300;
}

body div#content div#buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body div#content div#buttons a {
  margin: 50px 20px 0 20px;
  padding: 20px;
  background-color: #e6881d;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

body div#content div#buttons a:hover {
  background-color: #b15e00;
}
/*# sourceMappingURL=style.css.map */