body {
  margin: 0;
  min-height: 100vh;

  background-color: rgb(80, 69, 106);
  background-image: radial-gradient(rgba(255, 255, 0, 0.1) 2px, transparent 4px);
  background-size: clamp(16px, 3vw, 28px) clamp(16px, 3vw, 28px);
  overflow:hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

iframe {
  width: min(90vw, 800px);
  height: clamp(200px, 50vh, 500px);
  border: none;
  border-radius: 12px;
}

/* responsive button */
button {
  font-size: clamp(14px, 2vw, 18px);
  border-radius: 8px;
  cursor: pointer;
  border: none;
  font-family: "Special Elite", system-ui;
  background-color: rgba(232, 28, 255, 0.213);
  font-size: clamp(30px, 5vw, 70px);
  color:#fbfb5d;
  text-decoration: underline;
}

h1 {
  font-family: "Special Elite", system-ui;
  font-size: clamp(64px, 10vw, 140px);
  color: #fbfb5d;
  text-align: center;
  margin: 0;

}


.bottom {
  text-align: center;
}
