body {
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #fff;
  }
}
