.lgpdBox {
    display: none;
    width: 100%;
    position: fixed;
    padding: 30px 50px;
    z-index: 99999;
    bottom: 0;
    background: #0a1d2e;
    color: white;
    -webkit-box-shadow: -3px -8px 8px -4px rgba(0, 0, 0, 0.31);
    box-shadow: -3px -8px 8px -4px rgba(0, 0, 0, 0.31);
}

.acceptButton {
    -webkit-box-shadow: 4px 3px 5px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 3px 5px -3px rgba(0, 0, 0, 0.5);
    padding: 8px 35px;
    background: green;
    border: none;
    margin-top: 25px;
    margin-left: 15px;
    border-radius: 2px;
}

.acceptButton:hover {
    background: white;
    color: green;
}

.lgpdBox a {
    color: white;
    text-decoration: underline;
}