.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers both horizontally and vertically */
    text-align: center; /* Centers the description text under the image */
}