/* Large Text Class */
.large-text {
  font-size: 24px;            /* Adjust to make text bigger or smaller */
  color: white;               /* Makes sure it shows on a black background */
  font-family: Arial, sans-serif; /* Choose whatever font you like */
  line-height: 1.5;           /* Optional: makes lines easier to read */
}