* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Black Gold";
  src: url("../fonts/Didot.otf");
}
.coming_soon_section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: "Black Gold";
}

h1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
  text-align: center;
  z-index: 1111;
  color: #bfb3ac;
  color: white;
  text-shadow: 2px 2px #503a2d;
  font-size: 70px;
  letter-spacing: 13px;
}
.coming_soon_section > video {
  top: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
  height: 100vh;
  width: 100%;
}
.img_section {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img_section > img {
  width: clamp(300px, 55%, 1800px);
}
