#consent-popup-qwerty p {
color: white;
}

#consent-popup-qwerty {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2vw 2vh;
    background-color: #39467b;
    transition: opacity 1s ease;
    z-index: 10;
    text-align: center;
    height: 150px;
    display: inline !important;
}
#consent-popup-qwerty.show {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2vw 2vh;
    background-color: #39467b;
    transition: opacity 1s ease;
    z-index: 10;
    text-align: center;
    height: 150px;
    display: inline !important;
}
#consent-popup-qwerty.hidden{
    opacity: 0;
}

#cookie-policy-link{
    color: #63e66b;
}

#accept-qwerty{
    color: rgba(74,74,74,.9);
    background-color: #63e66b;
    padding: 5px;
    border-radius: 5px;
    width: 10%;
}

#cookie-policy-link:hover,  
#accept-qwerty:hover{
    color: black;
}