@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&family=Inter:wght@700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 20px;
}

body h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 45px;
}

body button {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 15px;
}

body {
  background-color: #0f0f0f;
  color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  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;
}

body div#app {
  display: block;
  text-align: center;
}

body div#app a {
  margin-left: auto;
  margin-right: auto;
}

body div#app button {
  border: none;
  border-radius: 3px;
  padding: 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body div#app button:hover {
  background-color: #e6880d;
  color: #fff;
}

body div#app button:active {
  background-color: #b96e0c;
}

.center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=main.css.map */