* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  background: #101217;
  color: white;
  font-family: "Satoshi-Regular";
  margin: 0;
  padding: 0;
  padding: 12px;
  font-size: 0.9rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Satoshi-Bold";
  font-weight: 500;
}

h1 {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
  padding-bottom: 4px;
}

h2 {
  margin-top: 16px;
  font-size: 10vh;
  line-height: 11vh;
  font-weight: 400;
  font-family: "Satoshi-Regular";
}

.social {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  right: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 50px;
  gap: 9px;
}

a {
  color: inherit;
  text-decoration: none;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}

.content {
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  body {
    padding: 32px;
  }

  h2 {
    font-size: 11vh;
  }
}
