* {
  font-family: "IBM Plex Mono";
  color: #fff;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  text-align: center;
  padding: 20px;
}
.content .bg {
  z-index: -1;
  position: fixed;
  inset: -1px;
}
.content .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .logo {
  z-index: 1;
  position: fixed;
  top: 22.5px;
}
.content-inner {
  width: 100%;
}
.content-inner h1,
.content-inner p {
  width: 100%;
  text-align: justify;
  text-justify: inter-character;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-inner h1 {
  padding-bottom: 1em;
}
.content-inner a {
  display: block;
  margin-top: 1em;
  justify-self: center;
}

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