/* widen page content on larger screens */

@media (min-width: 1400px) {
    .container {
      width: 1370px;
    }
  }