:root{
    --primary: #000;
    --secondary: #fff;
    --text:#333333;
}

body:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    backdrop-filter:blur(2px);
}

body{
    background-position-y:-750px !important;
    
}