#printable {
  background-color: #fff;
}

#takenNumber {
  margin: 0;
  font-size: var(--font-size-enormous);
  font-weight: bold;
}

#numberCount {
  font-size: var(--font-size-large);
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  #takenNumber {
    font-size: 240px;
  }
}

#certificate {
  font-weight: bold;
}
