<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  text-align: center;
  padding: 50px;
}

h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

p {
  font-size: 1.2em;
  line-height: 1.6;
}

footer {
  position: fixed; /* Fija el footer en la parte inferior de la ventana */
  text-align: center;
  width: 100%;
  padding: 10px; /* Ajusta el padding segÃšn lo que necesites */
  background-color: #222; /* Color mÃĄs oscuro para el pie de pÃĄgina */
  bottom: 0; /* Coloca el footer al final de la pÃĄgina */
}

 /* Estilos para el botÃģn de Twitch */
  .btn-twitch {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #6441a5;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .btn-twitch:hover {
    background-color: #9147ff;
  }

  .btn-twitch:focus {
    outline: none;
  }

  /* Ajustes adicionales si los necesitas */
  .stream-container {
    /* Ajusta el contenedor si es necesario */
  }</pre></body></html>