.slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transition: all 0.6s ease-in-out; /* smooth animation */
    opacity: 0;
}
