html, body {
  background-color: #f6f6f6;
}

@media only screen and (max-width: 768px) {
  html, body {
    background-color: white;
  }
}
