#story {
    position: absolute;
    left: 200px;
    top: 200px;
    white-space: pre-line;
    font-family: monospace;
}

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

a:hover {
    color: red;
}