.popup{
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.popup-bg{
    display: none;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.popup-content{
    display: none;
    background-color: #fff;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    text-align: center;
    z-index: 2;
}

.popup-text{
    margin-top: 70px;
    margin-bottom: 0;
    font-size: 20px;
}

.popup-top{
    margin-top: 0;
    margin-bottom: 0;
}

.popup-r{
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 70px;
    text-align: right;
}
