#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookie-banner p {
    margin: 0;
    padding: 0;
}

#cookie-banner a {
    color: #fff;
    text-decoration: underline;
    margin-left: 10px;
}