.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 5px 60px;
    font-family: 'PT Sans';
    font-size: 16px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.664);
    transition: 400ms;
    z-index:99;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    /* color: #f5f6fa;         */
}

/* .cookie-container a:hover {
    text-decoration: underline;
} */

.cookie-btn {
    border: 0;
    padding: 5px 0px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
}