#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #3d57a2;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 12;
}

#cookie-popup p {
    margin: 0;
}

#cookie-popup button {
    margin-top: 10px;
    background-color: #fff;
    color: #3d57a2;
    border: none;
    padding: 10px 20px;
    font-size: large;
    cursor: pointer;
}

#cookie-popup button:hover {
    background-color: #9EABD1;
}

#cookie-a{
    color: #9AB1DF;
}