.cookie-container {
    position: fixed;
    z-index: 999;
    bottom: -100%;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 16px hsla(215, 36%, 59%, 0.363);
    transition: 500ms;
}

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