body {
    background-color: rgb(3, 3, 3);
    color: white;
    /* text-align: center; */
    font-family: 'Courier New', Courier, monospace;
    padding-left: 10%;
    padding-right: 10%;
}

h1 {
    font-size: 300%;
    font-family: 'Times New Roman', Times, serif;
    /* color: #39FF14; */
    color: red;
    margin: .5%;
}

h2{
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 3%;
}

h3 {
    margin-bottom: 3%;
}

h5 {
    color: rgb(217, 217, 217);
}

hr {
    margin-bottom: 5%;
    width: 60%;
}

p {
    margin-top: 1%;
    margin-bottom: 5%;
}

.column{
    float: left;
    width: 45%;
    padding: 2.5%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 3%;
}

.sceneDivider {
    border-style: dotted;
    color: white;
}

#heading {
    text-align: center;
}

#movieLogo {
    width: 35%;
    margin-top: 4%;
}

#scene1Pic, #scene2Pic, #scene2Pic2 {
    width: 100%;
    margin-bottom: 7%;
    margin-top: 20%;
}

#scene3Pic, #scene3Pic2 {
    width: 100%;
    margin-bottom: 1%;
    margin-top: 3%;
}