html,
body {
  width: 100%;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100dvw;
  min-height: 100dvh;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  z-index: -1;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  color: white;
  background: linear-gradient(to bottom, color-mix(in srgb, black, transparent 30%), color-mix(in srgb, black, transparent 31%));
}/*# sourceMappingURL=style.css.map */