body {
  margin: 0;
  padding: 0;
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2; /* Increase the z-index value to position the container on top of the video */
}

.title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}