#gameCanvas { background: rgba(245, 245, 245, 0.8); border: 2px solid #2c5282; border-radius: 10px; display: block; margin: 0 auto; margin-top: 10rem; /* Added padding to the top of the canvas */ } /* Responsive Canvas */ @media (max-width: 640px) { #gameCanvas { width: 100%; height: auto; } }