/* author: YueLin */

.overlay
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.gif
{
    max-width: 90%;
    max-height: 90%;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* .close
{
    top: 10px;
    right: 10px;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    background: transparent;
} */