.PopUp_N {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}
#PopUp_N_Text {
    color: darkorchid;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
}
