.ryu {
  position: absolute;
  top: -9.5rem; /* Distance from top of card */
  right: 5.5rem; /* Distance from right edge */
  width: 25rem; /* Adjust size as needed */
  height: auto;
  image-rendering: pixelated; /* Keep the pixel look */
  z-index: 10;
}
.ryu-project {
  position: absolute;
  top: -8.5rem; /* Distance from top of card */
  right: 41.5rem; /* Distance from right edge */
  width: 25rem; /* Adjust size as needed */
  height: auto;
  image-rendering: pixelated; /* Keep the pixel look */
  z-index: 10;
}
.chungli-edu {
  position: absolute;
  top: -6.5rem; /* Distance from top of card */
  right: 62.5rem; /* Distance from right edge */
  width: 12rem; /* Adjust size as needed */
  height: auto;
  image-rendering: pixelated; /* Keep the pixel look */
  z-index: 10;
}
.pikachu {
  position: absolute;
  top: -2.5rem; /* Distance from top of card */
  right: 45.5rem; /* Distance from right edge */
  width: 10rem; /* Adjust size as needed */
  height: auto;
  image-rendering: pixelated; /* Keep the pixel look */
  z-index: 10;
}
.mario {
  position: absolute;
  top: -4.5rem; /* Distance from top of card */
  right: 40.5rem; /* Distance from right edge */
  width: 10rem; /* Adjust size as needed */
  height: auto;
  image-rendering: pixelated; /* Keep the pixel look */
  z-index: 10;
}
