.blur {
 background-color: rgb(255, 255, 255, 0.8);
 backdrop-filter: blur(5px);
 -webkit-backdrop-filter: blur(5px);
}

.close020:hover{
    filter: invert(1);
    transition: filter 0.3s ease-in-out;
}

.uc-header{
    top: 20px !important;
}


/*.uc-header a {*/
/*  position: relative;*/
/*}*/
/*.uc-header a::after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background: #000;*/
/*}*/

/*.uc-header a:hover {*/
/*    text-decoration: underline !important;*/
/*}*/