.big-red-text {
  font-size: 48px;   /* makes the font large */
  color: red;        /* sets the font color to red */
  font-weight: bold; /* optional: makes the text bold */
}
