body {margin: 0;
  }

.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}


.section h1 {
  text-align: center;
  font-size: 4rem;
  font-family: "Cookie";
  padding: 20px;
  margin: 15px;
  z-index: 1;
  opacity: 0.7;
  color: #fff;

}


/* .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #AB9CDE; */
  width: 100%;
  height: 100vh;
  opacity: 0.5;
} */
