body {
    background-color: #fefefe;
    padding: 30px;
    font-family: sans-serif;
  }
  
  .titulo-colorido {
    color: #1565c0;
    font-size: 40px;
    font-family: 'Georgia', serif;
    text-align: center;
  }
  
  .texto-uno {
    color: #2e7d32;
    font-size: 20px;
    font-family: 'Verdana', sans-serif;
    margin-bottom: 15px;
  }
  
  .texto-dos {
    color: #d84315;
    font-size: 18px;
    font-family: 'Courier New', monospace;
    margin-bottom: 15px;
  }
  
  .texto-tres {
    color: #6a1b9a;
    font-size: 22px;
    font-family: 'Comic Sans MS', cursive;
  }
  