body {
    margin: 0;
    height: 3900px;
}

#story {
    position: absolute;
    width: 500px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-family: monospace;
    padding: 20px;
    white-space: pre-line;
    border: 1px dashed black;
}

a {
    color: lightcoral;
    text-decoration: none;
}

#receipt {
    white-space: pre;
}