@media only screen and (max-width: 599px) {
  body {
    background-color: lightblue;
  }
}