.zoomed {
  transform: scale(1.2);
  border: 2px solid red;
}

.collapsed {
  opacity: 0.3;
}

.highlight {
  background: yellow;
}
