@import url('https://fonts.googleapis.com/css?family=Poller+One|ZCOOL+XiaoWei&display=swap');

* {
  padding: 0;
  margin: 0;
  font-family: 'ZCOOL XiaoWei', serif;
}

body {
  color:yellow;
  text-shadow: 2px 2px red;
  background-image: url("/images/background.webp");
  background-size: auto; 
  font-family: 'ZCOOL XiaoWei', serif;
}
#container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#title {
  text-align: center;
  font-size: 6rem;
  font-family: 'Poller One', cursive;
  letter-spacing: 2.2rem;
  color:yellow;
  text-shadow: 2px 2px red;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

#title:hover {
  letter-spacing: 4.5rem;
  transition: all 1.5s ease-out; 
}


input { 
padding: .6rem;
font-size: 1rem;
}

button {
  padding: .6rem;
  margin-top: 1.5rem;
  margin-left: .4rem;
  font-size: 1rem;
  background-color: #B6212D;
  color: #1E1F26;
  font-family: 'Poller One', cursive;
  font-weight: 400;
  letter-spacing: .2rem;
  border: 1px solid #1E1F26;
  transition: all 3s ease-out;
}

button:hover {
  background-color: white;
}


#ageForm {
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

#state {
  text-align: center;
  font-size: 1.2rem;
}

#entry {
  font-size: 1.8rem;
  text-align: center;
}