html {position:relative}
#privacy-popup {position:fixed; top:15%; left:31%; width:37%;background:#FEECC6;z-index:9999;padding:10px;border:3px solid #9F359A; border-radius:10px; font-size: 1.3em; text-align:justify;line-height: 2.5em;}
#black-out{background:rgba(0,0,0,0.7);position:fixed; top:0; left:0; width:100%; height:100%;z-index:9998;display:none;}
#popup-close{text-align:right;width:100%;color: #871973;text-decoration: none;cursor:pointer;}
#popup-close:hover{text-decoration: underline;}