@view-transition {
  navigation: auto;
}

/* body {
  font-family: Arial, sans-serif;
  margin: 20px;
} */

.hover-scale {
  transition: scale 500ms;
  &:hover {
    scale: 1.1;
  }
}

div:has(.hover-scale) {
  overflow: clip;
}