.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2A2D7C;
    padding: 10px;
    color: #fff;
    text-align: start;
    display: none;
    padding: 20px 50px;
}

.cookie-btn {
    background-color: #fff;
    color: #2A2D7C;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.active {
    display: block;
}