.cookie-pop {
    background-color: #000;
    border-bottom: 1px solid #fff;
    color: #fff;
    left: 0;
    position: static;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}
 
.cookie-pop button {
    margin: 10px;
}

.cookie-pop a {
    color: #fff;
}