.show {
    opacity: 1 !important;
    visibility: visible !important;

}
.bottom {
    z-index: 9999;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.6s linear;
    visibility: hidden;

    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fbd100;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items : center;
    padding : 10px;
    color: #000;
}

.cookie_button{
    cursor: pointer;
    padding: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #aaaaaa;
    background: #999999;
    color: #ffffff;
    border-radius: 6px;
}
