body {
    background-color: black;
    margin 0;
}

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

a:hover {
    color: aliceblue;
}

#story {
    color: white;
    white-space: pre-line;
    width: 600px;
}

#sun {
    position: fixed;
    bottom: 0;
    right: 0;
}