.cookiepopup {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 999;
    background-color: var(--w3-body-bg);
    max-width: 360px;
    padding: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    font-size: 14px;
}

.cookiepopup .buttons #removecookie {
    background-color: var(--w3-primary-color);
    color: var(--w3-body-bg);
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 10px;
}

.cookiepopup .buttons #removecookie:hover {
    background-color: var(--w3-primary-color-hover);
}