
/* ---- particles.js container ---- */

#particles-js{
  position: fixed; /* o absolute según prefieras */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background-color: #b61924;

  background-repeat: no-repeat;
  z-index: -1; /* Esto envía el canvas al fondo */
}
