#pp-overlay {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 999;
    margin-top: 30px;
}

#pp-overlay div {
    align-self: center;
}

#pp-overlay h4,
#pp-overlay p {
    text-align: center;
    color: white;
}

#quick-subscribe-paypal-submit {
    margin-top: 2em;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    color: white;
}

#quick-subscribe-paypal-submit.disabled {
    opacity: 0.3;
    cursor: default;
}