html{
  font-size: 62.5%;
  margin: 0;
}

body{
    margin: 0;
    font-family: Cambria;
    font-size: 2rem;
    color: rgb(16, 118, 144);
    overflow-x: hidden; /* Hide horizontal scrollbar */
    width: 100%;

  }
  
h1{
    font-family:Cambria;
    font-size: 1rem;
}
h3{
  font-family:Cambria;
  opacity: 70%;
  font-weight: lighter;
}
.fa {
  font-size: 1.5rem;
  width: 3rem;
  text-align: center;
  text-decoration: none;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.hidden{
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1.5s;
}

.show{
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}


.wcu-text:nth-child(2){
  transition-delay: 200ms;
}

.wcu-text:nth-child(3){
  transition-delay: 400ms;
}

.wcu-text:nth-child(4){
  transition-delay: 600ms;
}

@media(prefers-reduced-motion){
  .hidden {
    transition: none;
  }
}
.coming-soon{
  margin-top: 30vh;
  margin-bottom: 30vh;
  display: grid;
  grid-template-rows: 100px 40px;
  align-items: center;
  text-align: center;
  width: 100%;

}


.policy-box{
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 290px;
  margin-bottom: 100px;
}

.register-button{
  padding: 25px 35px 25px 35px;
  font-family: tahoma;
  border-radius: 36px;
  font-size: 20px;
  transition: 0.4s;
  color: rgb(16, 118, 144);
  background-color: rgb(255, 255, 255);
  border: 2px;
  border-style: solid;
}

.register-button:hover{
  cursor: pointer;
  color: rgb(16, 118, 144);
  background-color: rgb(249, 249, 249);
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.3);
}

.register-box{
  display: flex;
  flex-direction: column;
  
}

.register-box-cont{
  margin: 20px 20px 20px 20px;
}

.register-box-image{
  width: 50px;
}

.google-form-container{
  margin-top: 20vh;
  display: flex;
  justify-content: center;
}

.google-form{
  overflow-y: hidden;
}