/* pong.css - specific tweaks for pong game */
#pongCanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f0f0f0;
    display: none;
}

.game-controls {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1001;
    display: flex;
    gap: 8px;
}