.cookie-popup {
    background-color: #212529;
    border: 1px solid #ffffff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    display: none;
    float: left; 
    overflow: hidden;
}
.cookie-popup p {
    width: 50%;
    float: left;
}


.accept {
    background-color: rgb(204, 51, 102,1);
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.button-container{
    width: 50%;
    float: left;
}

.button-container button:hover {
    color: white;
}


.reject {
    background-color: #212529;
    border: 1px solid white;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
