@container ((max-width: 200px) and (min-height: 100px)) {
  div {
    color: red;
  }
}
