.popUpDIV
{
    margin: clamp(0.1em, 2vw, 1.5em) clamp(0.1em, 1.5vw, 1em);
    word-break: break-word;
    line-height: clamp(0.1em, 2.5vw, 2em);
}

#aysDIV div
{
    margin: 0 clamp(0.1em, 0.4vw, 0.4em);
}

.popUphDIV,
.popUp2ButtonDIV
{
    display: flex;
    justify-content: center;
}

.popUp2ButtonDIV
{
    width: 50%;
    margin: auto;
}

#aysDIV3
{
    font-weight: bold;
}

.popUpInputDIV
{
    width: clamp(10em, 34vw, 28em);
    margin: clamp(1em, 5vw, 4em) auto;
}

#projectEdit_2_DIV .popUpWindowDIV
{
    transform: translate(calc(-50% + 9vw), -50%);
}