.center-container {
  max-width: 75rem; /* 1200px ÷ 16 = 75rem */
  width: 100%;
  margin: 0 auto;
}
