html, body {
    height: 100%;
    margin: 0;
}

body {
    background: radial-gradient(circle, rgb(11, 16, 48) 20%, rgba(8, 12, 27, 0.992) 80%);
}
