body {
    background-color: #f9f9ff;
    font-family: 'Verdana', sans-serif;
    margin: 30px;
    color: #333;
    line-height: 1.6;
  }
  
  h1 {
    color: #6a5acd;
    text-align: center;
    font-size: 2.5em;
  }
  
  p {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  
  strong {
    color: #228b22; /* verde fuerte */
  }
  
  em {
    color: #ff4500; /* naranja intenso */
    font-style: italic;
  }
  
  /* Estilo para el enlace */
  a {
    color: #1e90ff;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:hover {
    text-decoration: underline;
  }
  