div.scrippet {
    width: 400px;
    color: #000000;
    /* border: 1px solid #333; */
    padding: 5px 14px 15px 14px;
    margin-bottom: 16px;
    margin-left: 20px;
    display: in-line;


}

.scrippet p {
    font: 14px/16px Courier, "Courier New", monospace;
    text-align: left;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
}

.sceneheader,
.action,
.character,
.shot {
    padding-top: 1.5ex;
}

.action {
    padding-right: 5%;
}

.character {
    padding-left: 40%;
}

.dialogue {
    padding-left: 20%;
    padding-right: 20%;
}

.parenthetical {
    padding-left: 32%;
    padding-right: 30%;
}

.dialogue + .parenthetical {
    padding-bottom: 0;
}

.transition {
    padding-top: 3ex;
    padding-left: 65%;
    padding-bottom: 1.5ex;
}

.shot {
    padding-right: 5%;
}

<!-- Stuff from My Style Sheet -->
header {
    h1 {border-style: groove;}
    padding: 40px;
    text-align: center;
    color: SaddleBrown;
    font-size: 25px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: AntiqueWhite;
    display: flex;
    justify-content: right;
    border-bottom: 4px solid SaddleBrown;
}

ul li a {
    display: block;
    color: SaddleBrown;
    padding: 20px;
    text-decoration: none;

}

ul li a:hover {
    background-color: SaddleBrown;
    color: AntiqueWhite;
}

body {
    background-color: AntiqueWhite;
}


.VerticalChapters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: gray;
    display: in-line;
}

.VerticalChapters li a {
    display: block;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}

.VerticalChapters li a:hover {
    background-color: lightcoral;
    color: silver;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: SaddleBrown;
    font-size: 25px;
    a[href^="mailto:"] {
        color: SaddleBrown;
        font-weight: bold;
    }
}
