body {
  background-color: red;
}

.text-yellow {
  color: yellow;
  font-family: 'Times New Roman';
  font-size: 32px;
  font-weight: 700;
}

.text-blue {
  color: blue;
}

.label {
  font-size: large;
  font-weight: 550;
}
