.second-level {
    display: none;
}

.vip-images {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fake-link {
    color: blue; /* Set the color to mimic hyperlink color */
    text-decoration: underline; /* Add underline to mimic hyperlink underline */
    cursor: pointer; /* Show pointer cursor to mimic link interaction */
}

