*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

.cookie-banner{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000 ;
    color: #FFF;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;

}

.cookie-banner p{
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cookie-banner p a{
    color:#FFF;
}

.cookie-banner button{
    background-color: #FFF;
    color: #000;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 0px;
    display: block;
    width: fit-content;

}

.button-bar {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.hidden {
    display: none;
}

label {
    font-size: 14px;
}
