html{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto; 
    font-weight: 400;
    font-style: normal;
}

body{
 height: 100vh;
 width: 100vw;
background: #ffffff;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 20%, rgba(156, 167, 255, 1) 100%);

}