.cookies{
    display: none;
    position: fixed;
    bottom: 0;
    padding-bottom: 2rem;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.808);
    width: 100%;
}
.cookies p{
    padding: 1rem 3rem;
}
.cookies a:hover{
    text-decoration: underline;
}
.cookies-button{
    display: block;
    padding: 0.5rem 2rem;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--blue1);
    color:#fff;
}
.cookies-button:hover{
    background-color: var(--blue-dark);
    cursor: pointer;
}
.cookies-active{
    display: block;
}