
body {
  background-image: url('Fondo.png'); /* Ruta relativa a la imagen */
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el cuerpo */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
}

#logo-container {
  position: relative;
  left: 50%;
  transform: translateX(-5%); 
  
}

#logo {
  width: 135px;
  height: 85px;
  background: url('LogoViewySolo.png') no-repeat center;
  margin-bottom: 5px; 
}



#particles-js {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    position: relative;
}
