img {
    width: 300px;
    position: fixed;
    bottom: 0;
    left: 0;
    filter: contrast(10);
}

#story {
    white-space: pre-line;
    width: 500px;
    position: fixed;
    top: 50px;
    right: 50px;
}

a {
    color: red;
    text-decoration: none;
}