

/* particleground demo */

#particle-body {
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

#particles {
    width: 100%;
    height: 100%;
}

#intro {
  position: relative;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  z-index:1;
}
