body {
    background: rgb(69,79,87);
    background: radial-gradient(circle, rgba(69,79,87,1) 35%, rgba(35,40,48,1) 100%);
}