/*
 Hecho por ChatGPT - 27 May 2025
*/
    body {
      background-color: #f4f4f4;
      color: #222;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      text-align: center;
      margin-top: 80px;
    }
    .container {
      width: 600px;
      margin: 0 auto;
      border: 1px solid #aaa;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
    }
    .footer {
      width: 628px;
      margin: 0 auto;
      border: 1px solid #aaa;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      background-color: #fff;
      font-size: 12px;
      padding: 8px;
      border-radius: 8px;
    }
    .footer hr {
      width: 50%;
      border: 0;
      border-top: 1px solid #ccc;
      margin-bottom: 1em;
    }
    h1 {
      color: #993333;
      font-size: 24px;
    }
    p {
      font-size: 14px;
      line-height: 1.5em;
    }
    .quote {
      margin-top: 30px;
      font-style: italic;
      color: #555;
    }
    .lang-switch {
      position: absolute;
      top: 1em;
      right: 1em;
      font-size: 1.2em;
    }
    .lang-switch a {
      text-decoration: none;
      margin-left: 0.5em;
    }
