/* css styles */
  .big-text {
  font-size: 88px;
   }
   
  ::: {.big-text}
    Un párrafo con el texto muy grande
:::
/* css styles */

.rojo {
  color: red;
}

.yellow-background {
  background-color: yellow;
}

.importante {
  color: red;
  background-color: yellow;
}

h2 {
  color: purple;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}