html{ 
    scroll-behavior:smooth; 
} 

body{ 
    font-family:'Inter',sans-serif; 
    background:#ffffff;
     overflow-x:hidden; 
    } 
    
    .glow-green{
        position:absolute; 
        width:500px; 
        height:500px; 
        background:rgba(34,197,94,.18); 
        filter:blur(120px); 
        border-radius:9999px; 
    }