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

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /*  background-color: red;
    background-image: linear-gradient(45deg, rgb(3, 22, 110), rgb(158, 12, 202), rgb(235, 91, 199));
    background-color: #92055c;
    opacity: 0.65;*/
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}