@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  /* visibility: hidden; */
}

.background-img {
  z-index: 0;
  /* NOTE there is no: width: 100vw; */
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#text {
  width: 100%;
  height: 98%;
  display: flex;
  flex: 1;
  position: fixed;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

#big-title {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 130px;
}

#get-in-touch {
  margin-bottom: 0.5rem;
  font-size: 24px;
}

#contact-email {
  letter-spacing: 0.5px;
  font-size: 13px;
}
