#cookie-banner{

position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: white;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 9999;
    display: none;
    
}

.linkCookies {
    color: #0cf; text-decoration: underline;
}

.acceptCookies{
    
     margin-left: 15px;
        padding: 6px 12px;
        background: #0cf;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        color: #000;
}

.rejectCookies{
    
    margin-left: 10px;
        padding: 6px 12px;
        background: #ccc;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        color: #000;
}
