.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    z-index: 9999;
}
.cookie-banner p{
   margin-bottom: 1rem;
   font-size: 19px;
}
.cookie-banner a{
    color: blue
}
.cookie-banner button a{
    color: white
}
.cookie-banner button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 7px 10px;
    margin: 10px;
    cursor: pointer;
    font-size: 20px;
}

#closeButton {
    position: absolute;
    top: 5px;
    right: 5px;
}