body {
  margin: 0;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.main_container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

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

.content{
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  text-align: center;
  z-index: 11;
}

.content_title {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
}

.content_subtitle {
  font-size: 25px;
  font-family: 'Arial', sans-serif;
}

.navbar {
  position: absolute;
  z-index: 10;
}

.navbar .logo img {
  height: 200px;
  width: 200px;
  z-index: 11;
}

.footer {
  position: absolute;
  z-index: 10 ;
  bottom: 40;
  text-align: center;
  width: 100%;
}
.social_link {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.footer_text {
  color: white;
  font-size: 20px;
}
