body {
    overscroll-behavior: none;
}

#gameCanvas {
    background: linear-gradient(180deg, #1a202c 0%, #2d3748 100%);
}