/* Larger, fully centered name labels and entry text. */
#home .match-form label{grid-template-columns:120px minmax(0,1fr)}
#home .match-form label span{
  justify-content:center;
  text-align:center;
  font-size:17px;
  font-weight:850;
}
#home .match-form input{
  padding:0 8px;
  text-align:center;
  font-size:18px!important;
  font-weight:750;
}
#home .match-form input::placeholder{font-size:18px;font-weight:700;text-align:center}
@media(max-width:390px){
  #home .match-form label{grid-template-columns:108px minmax(0,1fr)}
  #home .match-form label span{font-size:16px}
  #home .match-form input,#home .match-form input::placeholder{font-size:17px!important}
}
