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

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