/* ---- reset ---- */

body {
    margin: 0;
    /* background-color: #17182f; */
  }

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


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

  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }

/* loading  */
.load_back{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    background: url('../frontend/images/load.gif') center no-repeat white ;
    background-size: 40%;
    }
