/* ESTILOS GENERALES DEL SITIO */

body {
  font-family: Arial, sans-serif;
  background-color: #0f172a; /* fondo oscuro */
  color: white;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}