body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    padding: 1rem;
  }

  .logo {
    max-width: 200px;
    margin-bottom: 0px;
  }

  #typewriter {
    font-weight: 700;
    font-size: 5rem;
    color: #27384b;
  }
  
  #typewriter-text {
    display: inline-block;
    visibility: hidden; /* oculto al principio */
  }	

  h2 {
    font-weight: 600;
    font-size: 0.90rem;
    color: #555;
  }

  .accordion {
    margin-top: 2rem;
    width: 100%;
    max-width: 600px;
  }
  
  .footer-link {
   text-decoration: none;
   color: inherit;
  }