/* =============================================================================
   My CSS
   ========================================================================== */


/* ---- base ---- */

body{
    height:100vh;
}

/* ---- particles.js container ---- */

#particles-js{
  width:100%;
  height: 100%;
  position:fixed;
  background-image: url('../cy.jpg');
  background-repeat: no-repeat;
  background-size:cover;
}