.result div{
  padding: 1em;
  color: white;
}
.blue{
  width: 300px;
  aspect-ratio: 3 / 2;
  background-color: cornflowerblue;
}
.red{
  height: 300px;
  aspect-ratio: 3 / 2;
  background-color: tomato;
}