.sim-tile {
  width: 300px;
  height: 200px;
  scroll-snap-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sim-tile.active {
  box-shadow: 0 0 0 3px #0d6efd, 0 0 5px rgba(13,110,253,0.6) !important;
}

.text-shadow{
  text-shadow: 0 2px 2px rgb(0, 0, 0);
}