body {
    overscroll-behavior: none;
}

#gameCanvas {
    background: radial-gradient(circle at center, #2d3748, #1a202c);
}