/* ── gridCenter.css ──
   Add this file to art.html, videos.html, and 3DModels.html
   <link rel="stylesheet" href="css/gridCenter.css">
   This centers the grid on wider screens without touching portfolio.css
*/

.grid-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}