@media all and (min-width: 1280px) {
  body {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
  }
}