body {
  height: 100svh;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 8.2vw;
  line-height: 1.5;
  color: white;
  text-shadow: 1px 1px 2px rgba(24, 24, 24, 0.7);
  font-family: 'Cinzel Decorative', serif;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

img {
  max-width: 100%;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  fill: white;
}
