

#confetti {
  position: relative;
  top: -10rem;
  left: 0;
  z-index: -1;
}

#party-info {
    position: absolute;
  /*  background: rgba(255,255,255,1);*/
    box-shadow: 10px 10px 10px rgba(255,255,255,0.8);
  /*  padding: 20px;*/
    margin: 0 auto;
    height: 200px;
    margin-top: -25%;
    top: 50%;
    left: 0;
    right: 0;
    bottom:0;
    text-align: center;
    width: 400px;
    z-index: 2;
    color: gray;
  }