.script {
  font-family: "Courier Prime", monospace;
  margin-bottom: 3rem;
  margin:2rem;
}
.script::before {
    content: "[...]";
}
.script::after {
    content: "[...]";
}

video {
    width:100%;
}
h1, h2, h3 h4{
    text-align: center;
}
h2 {
    color:lightslategrey;
    font-weight: 200;
    font-size: 1rem;
}
.container {
    max-width: 960px;
    margin:auto;
}

.scene {
    margin-left:0
}

.character {
    margin:1rem 2rem 1rem 7rem;
}

.dialogue {
    margin:1rem 1rem 1rem 5rem;
}

.redacted {
    color: black;
    background-color: black;
}


@media (min-width: 1000px) {
    .script {
        margin:2rem 0rem;
    }

 }