@media screen {
  a {
    color: red;
  }
}
@media (foo: bar) {
  .link {
    display: flex;
  }
}
