@media (min-width: 701px) {
  body {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  color: #191919;
}
