/* ---- reset ---- */
body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}


/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4a6595;
    background-image: url("https://www.dmtech.cl/wp-content/uploads/2022/09/SVGLogo.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 10%;
}