#eu {
    position: fixed;
    left: 50;
    top: 0;
    width: 100%;
    color: white;
    // height: 100px;
    background-color: black;
    z-index: 1000;
    padding: 5px;
    font-family: Arial;
    font-size: 15px;
}
.eu-cookies button {
    background: #ff5d17;
    color: white;
    border-radius: 5px;
    border: 1px solid #ff974d;
    width: auto;
    height: auto;
}
.eu-cookies a {
    color: #f9ae00;
}
