body {
    background-color: black;
    white-space: pre-line;
    margin: 0;
}

#stage {
    background-color: white;
    padding: 50px;
    position: absolute;
    margin: 5%;
}

#story2 {
    display: none;
}

#story2text {
    font-size: 72pt;
}

a {
    color: gray;
    text-decoration: underline;
}