@media screen and (min-width: 600px) {
  p {
    color: blue;
  }
}
