@media (min-width: 800px) {
  body{
    margin: auto;
    width: 800px;
  }
}
