#popup {
  
    position:absolute;
    margin:0 auto;
    top: 32rem;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
    z-index: 2;

}