#cookie-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 999;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#cookie-banner .button {
    margin: 0 3% 0 1%;
}