
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Georgia', serif;
  background: radial-gradient(ellipse at center, #fff8e7, #f6e6d0);
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.video-background iframe {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #4a2c1d;
  text-shadow: 1px 1px 2px #fff3e0;
}

.overlay h1 {
  font-size: 2em;
  margin: 0;
}

.overlay h2 {
  font-size: 2.5em;
  margin: 0.2em 0 0;
}
