.cookies-panel{
    position:fixed;
    z-index: 1000000;
    z-index: 10 !important;
    bottom: 0% !important;
    width: 100%;
    min-height: 20%;
    height: auto;
    background-color: black;
    padding: 30px;

}
.h3cookie{
    color: white;
    text-shadow: rgb(0 0 0 / 30%) 0px 0px 20px;
}
.acceptcookie{
    background-color: white;
    color: black;
    width: 200px;
    margin: 0px auto !important;
    text-align: center !important;
    padding: 10px;
}
@media only screen and (max-width: 1024) {
    .cookies-panel{
      bottom: 0%;
    }
}