#cookieDisclaimer {
    background: black;
    position: fixed;
    top: 0px;
    z-index: 1000
}
#cookieDisclaimer p {
    color: white;
    margin: 10px;
    text-align: justify;
    font-size: 12px !important;
}
#closeCookieDisclaimer {
    position: absolute;
    right: 0;
    margin: 0px 35px 0 0
}
.btnCookie {
    padding: 10px 20px;
    background: #4287f5;
    color: white;
    border: #2725a1 2px solid;
    border-radius: 10px
}
.btnCookie:hover {
    background: #ffe494;
    color: black;
    border: #452200 2px solid;
}
#cookieDisclaimer p a:hover, #closeCookieDisclaimer:hover{
    color: yellow;
}