/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

canvas{
  display:block;
  vertical-align:bottom;
}
/* ---- particles.js container ---- */

#particles-js {
	max-width: 100%;
	height: 100vh;
    width: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background-color: transparent;
	/* background-image: url('../images/mama-pic1.png'); */
	margin:auto;
	background-size: 25rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
}
