.rotated {
    transform: rotate(180deg); /* Rotates the div upside down */
    transition: transform 0.5s ease-in-out;
  }
  