#agegate {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #007a33;
}
.ageyear,
.agedate {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#agegate input {
  border: 1vmin solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  width: 20%;
  margin: 15vh 1vmin;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 30vmin;
  line-height: 30vh;
  letter-spacing: 10px;
  color: #fff;
  display: block;
}

.collapse { display: none; }

#agegate input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

#agegate input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

#agegate input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

#agegate input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

#agegate p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
/*   font-size: 30vmin;
  line-height: 30vh;
  letter-spacing: 10px; */
}
