body 
{
    color: white;
    font-family: Inter;
    width: 100%;
    margin: 0px;
    text-align: center;
    background: #1D2026
                radial-gradient( 
                    ellipse 1200px 2400px
                    at calc(50% + 200px) 600px, 
                    #22222280, 
                    #22222250, 
                    #22222230, 
                    #22222214, 
                    #22222200);
}
