body {
    background-color: #E0E0E0;
}

.script-txt-layout {
    width: 100%;
    height: 725px;
    display:grid;
    grid-template-rows: 19fr 1fr;
}

.script-txt-area {
    grid-row: 1/2;
}

.script-txt-close-btn {
    display: block;
    margin: 0 auto;
    grid-row: 2/3;
}

#scriptText {
    display: none;
    width: 100%;
    height: 630px;
    text-align: center;
}

.scrptTA {
    display: block;
    white-space: pre-wrap;
    margin: 25px auto 25px auto;
    width: 90%;
    height: 75%;
}