.cookie {
    position: fixed;
    bottom: 0;
    background: transparent;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    z-index: 9999;
    width: 100%;
    backdrop-filter: blur(5px);
}

.cookie:before {
    background-image: linear-gradient(295deg, #2b1f76, #33123a);
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.cookie a {
    color: #ffffff;
}