.snake-wrap {
    display: flex;
    justify-content: center;
    padding: 0.5rem !important;
}
#snakeCanvas {
    width: min(360px, calc(100vw - 2.5rem));
    height: auto;
    aspect-ratio: 1;
    background: #0a101c;
    border-radius: 12px;
    border: 1px solid rgba(46, 230, 166, 0.25);
    display: block;
    touch-action: none;
}
