@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-latin.var-812b3dd29751112389e9-3665b03e.woff2");
}

#springboard {
  margin: 160px auto 48px auto;
  max-width: 900px;
}

@media (min-width: 746px) {
  #springboard {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 192px;
  }
}

#springboard a {
  padding: 24px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 4px white;
  display: inline-block;
  width: 300px;
  height: 72px;
  text-align: center;
  text-decoration: none;
  margin: 0 32px 0 32px;
}

#twitch-annotation {
  font-family: 'Inter',sans-serif;
  font-size: 54px;
  color: #333;
  display: inline-block;
  height: 72px;
  position: relative;
  top: -1rem;
}

.content-availability-notice {
  text-align: center;
  font-size: 24px;
  color: white;
  text-shadow: 0px 0px 2px black, 0px 0px 1px black;
}

@media (max-width: 745px) {
  #springboard {
    text-align: center;
  }

  #springboard a {
    margin-top: 48px;
  }

  #springboard a:first {
    margin-top: 0;
  }
}
