@import url("https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  color: #dedede;
  font-family: monospace;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#logo {
  width: 900px;
  height: 112px;
  min-width: 20vw;
  max-width: 50vw;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(1rem);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 2rem;
  display: grid;
  place-items: center;
  justify-content: center;
}

.copy {
  font-family: Roboto mono;
  font-size: 0.675rem;
  font-weight: normal;
  color: #919191;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */
