body {
    font-family: Arial, sans-serif;
}

#lgpd-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222021;
    color: white;
    padding: 15px;
    text-align: center;
    display: none;
}

#lgpd-banner button {
    background-color: #CA232A;
    color: white;
    border: none;
    padding: 10px 60px;
    cursor: pointer;
    margin-left: 10px;
}

#lgpd-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}