.centered {
  text-align: center;
}

.colored {
  background-color: darkorange;
}

.unforgivable {
  background-color: red;
  color: white;
}