body {
    background-color: black;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

#story {
    width: 500px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
    white-space: pre-line;
}