.bg-img {
  background-image: url("../Img/invationVr/6.webp");
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

.card-yellow {
  background-color: var(--accent);
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 90%;
  max-width: 800px;
  min-height: 70vh;
}

.logo-container {
  display: flex;
  justify-content: center;
}

.main-logo {
  width: 80%;
}

.buttons-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.btn-custom {
  flex: 1;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px;
  border-radius: 12px;
  color: white;
  background-color: var(--brand);
  text-align: center;
}

.discord-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: monospace;
}

.btn-discord {
  display: flex;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.discord-icon {
  width: 200px;
}
