/* Import czcionki Stack Sans z Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Stack+Sans:wght@400;500;600&display=swap');

#wiadomosccookie{
    padding:5px 10px;
    font-size:13px;
    line-height:22px;
    border-top:1px solid #fff;
    text-align:center;
    position:fixed;
    bottom:0px;
    background:rgba(0, 0, 0, 0.8);
    width:100%;
    z-index:8999;
    color:#fff;
    font-family:'Stack Sans', sans-serif;
}

#cookieprzycisk{
    background-color:#fff;
    padding:2px 5px;
    border-radius:5px;
    color:#000;
    display:inline-block;
    margin-left:10px;
    text-decoration:none;
    cursor:pointer;
    font-family:'Stack Sans', sans-serif;
}