/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

.particles {
    width: 100%;
    height: 100%;
    background: #111;
}

.particles.html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.particles.body {
    font: normal 75% Arial, Helvetica, sans-serif;
}

header#particles-js .container-fluid {
    z-index: 1;
    max-width: 65%;
    margin: 100px 0px !important;
}

.particles-js-canvas-el {
    display: block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #212529;
}

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

#particles-js {
    position: relative;
    width: 100%;
    /* height: 300px; */
    background-color: rgb(149, 149, 149);
    background-image: url(particles.css);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 9; */
}
