@import url(https://db.onlinewebfonts.com/c/390289fedd068780e28c0f9f259c3782?family=ITC+Bauhaus+Medium);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "ITC Bauhaus Medium",sans-serif;
    color: black;
    background-color: #333;
    align-content: center;
}
.topnav {
  position: fixed;
  background-color: #333;
  overflow: hidden;
  align-self: flex-start;
  z-index: 10;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  align-self: center;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.Spacer {
  height: 1px;
  z-index: 1;
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.video-container video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    opacity: 0; 
    pointer-events: none;
}
#text1 {
    top: 80px;     
    left: 20px;     
    transform: none; 
    font-size: 2.5rem;
    color: white;
}
#text2 ,#text3{
    top: 80px;    
    left: 20px;    
    transform: none;
    font-size: 2.5rem;
    color: white;
}
#btn {
  top: 550px;
  pointer-events: auto;
  border-radius: 15px; /* rounded square */
  border: none;
  background-color: #5c5c5c;
  color: white;
  font-size: 35px;
  cursor: pointer;
  transition: 0.3s;
}

#btn:hover {  
  background-color: #45a098;
}
#btn2 {
  top: 550px;
  pointer-events: auto;
  border-radius: 15px; /* rounded square */
  border: none;
  background-color: #5c5c5c;
  color: white;
  font-size: 35px;
  cursor: pointer;
  transition: 0.3s;
}

#btn2:hover {  
  background-color: #45a098;
}
