@media screen and (min-width: 769px) {
  body {
    max-width: 1400px;
    margin: 0 auto;
  }
}