﻿#cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    color: white;
    background-color: rgba(0,0,0,0.9);
    z-index: 99;
    display: none;
    padding-bottom: 2rem;
}

.cookies a {
    color: #FE5D37;
    font-weight: 500;
    text-decoration: none
}

.cookies {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
    padding-top: 17px;
}

#cookies-btn {
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
   text-decoration:none;
    background-color: #FE5D37;
    color: white;
}
