.pop-up-window {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    padding-top: 30vh;
    display: none;
}

.pop-up-content-container {
    margin: 10vh auto;
    background: #fff;
    padding: 3vh 3vw;
    width: 30vw;
    border-radius: 1vw;
    text-align: center;
}

.pop-up-line {
    margin-bottom: 3.5vh;
}