body {
    margin: 0;
}

#story {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    white-space: pre-line;
    line-height: 30pt;
}

.bg {
    background-color: black;
    color: white;
}

#horse {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

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