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

.may-popup-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.may-popup-content img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
}

#may-popup-btn {
    margin: 20px auto 0;
}

.terms{
    margin-top: 2rem;
    display: block;
    color: black;
}