.speaker {
    font-weight: bold;
}

.stage-direction {
    font-style: italic;
}

.stage-direction::before {
    content: "(";
}

.stage-direction::after {
    content: ")";
}

.stage p {
    font-style: italic;
    margin-left: 3em;
    margin-right: 3em;
    text-indent: 0;
}

p {
    margin-left: 2em;
    text-indent: -2em;
}