@media only screen and (max-width: 480px) {
  body {
    color: red;
  }
}
