.b1 {
  background-color: black;
  color: white;
}

.b2 {
  background-color: yellow;
}

.b1,
.b2 {
  font-size: 28px;
  font-family: sans-serif;
  font: Helvetica, Times New Roman
}
