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

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
    position: relative;
    float: right;
    width: 65%;
    height: 100%;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

/* Responsive layout*/
@media screen and (max-width: 800px) {
  #particles-js {
    width: 0%;
    height: 0%;
  }
