body {
    background: #141333;
    background: -webkit-linear-gradient(0deg, rgba(20, 19, 51, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(20, 19, 51, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(20, 19, 51, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(20, 19, 51, 1) 100%);
    background: linear-gradient(0deg, rgba(20, 19, 51, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(20, 19, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141333", endColorstr="#141333", GradientType=0);
}


/*.uc-header {*/
/*    background: rgba(13, 12, 34, 0.40) !important;*/
/*    backdrop-filter: blur(50px) !important;*/
/*}*/


.bg-glitch {
    mix-blend-mode: difference;
}

.bg-blur {
    background: rgba(151, 148, 255, 0.10) !important;
    backdrop-filter: blur(50px) !important;
}