@import url("https://fonts.googleapis.com/css2?family=Inter&family=Roboto+Mono:wght@300&display=swap");
body {
  background-color: black;
}
iframe {
  position: absolute;
  top: 25%;
  margin-left: 25%;
  max-width: 700px;
  height: 50%;
}

.center_aligned {
  text-align: center;
}

h1 {
  font-weight: bold;
  color: white;
  font-family: "Inter", sans-serif;
}
span {
  position: absolute;
  margin-top: 40%;
  font-family: "Inter", sans-serif;
  color: white;
}

@media only screen and (max-width: 500px) {
  body {
    overflow-x: hidden !important;
  }
  iframe {
    width: 500px;
  }
  span {
    position: absolute;
    margin-top: 200%;
  }
}
