body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  background: url('/images/imageBackground.PNG') no-repeat center center/cover;
  height: 100vh;
  width: 100vw;
  text-align: center;
  color: #fff;


}


section{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}
.cta-button {
  background: rgb(221, 92, 6);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  font-size: 3vh;
  position: relative;
  top: 250px;
}
h1 {
  font-size: 12vh;
  margin: 0;
}
h2 {
  font-size: 3vh;
  margin: 0;
}
p {
  font-size: 20px;
  margin: 0;
}
.cta-button:hover {
  background: rgb(252, 112, 18);
} 


.join {
  color: white;
  font-size: 2em;
  position: absolute;
  bottom: 10%;

}
.center {
display: flex;
flex-direction: column;
justify-content: flex-start; /* Change this to align content to the top */
align-items: center;
height: 100vh;
}
.logo {
padding: 50px;
margin: 10px;
width: 40vw;
height: auto;
}

.button {
display: inline-block;
padding: 10px 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
text-decoration: none;
color: #ffffff;
background-color: #333; /* SaddleBrown color */
border: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.button:hover {
background-color: #555454; /* Sienna color */
}

iframe {
border: none;
padding-bottom: 40px;
}

.enter {
padding-bottom: 10px;
}
