.cookie-container{
    position: fixed;
    font-family: "Roboto", sans-serif;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    transition: 400ms;
    padding: 0 32px;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-btn{
    background-color: #ff0000;
    border: 0;
    color: #ffffff;
    padding: 12px 48px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 10px;
    cursor: pointer;
}
