
.cookies_bar {
    
    position: fixed;

    background-color: black;
    color: white;
    opacity: 0.9;
    width: 100%;
    bottom: 0px;
    z-index: 1001;
}

.cookies_content {
   
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}


.cookies_title {
    font-weight: bold;
    font-size: 20px;
}

.cookies_button {
    margin: 10px;
}

.cookies_button a {
    text-align: center;
    padding: 6px;
    background-color: #0080FF;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}