#privacy-popup {
    position:fixed;
    padding:20px;
    left:0;
    bottom:0;
    text-align:center;
    width:100%;
    z-index:99999;
}
#privacy-popup a{
    display: block;
    margin-top: 20px !important;
}