body {
  font-size: 4em;
  font-weight: bold;
  color: #666;
  text-align: center;
}

span {
  transition: all 300ms 0s ease;
}

.valid {
  font-size: smaller;
  color: #FCC;
}