.join-button[data-v-684c1de2] {
  position: absolute;
  top: 85%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%);
}
.page-background[data-v-684c1de2] {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("/images/backgrounds/dropping-coins.png");
  background-size: cover;
}
.container[data-v-684c1de2] {
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  color: white;
  container-name: discord;
  container-type: inline-size;
}
.container h1[data-v-684c1de2],
.container h2[data-v-684c1de2] {
  font-size: 72px;
  color: white;
  text-align: center;
}
.container h2[data-v-684c1de2] {
  margin-bottom: 20px;
}
.container .banner[data-v-684c1de2] {
  display: block;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url("/images/banners/discord.png");
  background-position: top center;
}
@container discord (width < 820px) {
.container .banner[data-v-684c1de2] {
    background-image: url("/images/banners/discord-mini.png") !important;
    height: 100% !important;
    background-size: contain !important;
    min-height: 300px;
}
}
@media (max-width: 960px) {
.container[data-v-684c1de2] {
    width: 100%;
}
.container h1[data-v-684c1de2] {
    margin-top: 55px;
}
.container h1[data-v-684c1de2],
.container h2[data-v-684c1de2] {
    font-size: 36px;
}
}

/*# sourceMappingURL=47.24814f8c.css.map*/