@media screen and (max-width:400px) {
  body {
    background: red;
  }
}