.font-h1 {
  color: red;
  letter-spacing: 10px;
  word-spacing: 100px;
  font-family: 'Arial', monospace;
  font-weight: 600;
  font-style: italic;
}

.paragrafo {
  color: blue;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  text-transform: uppercase;
}