body {
    margin: 0;
}

#sun {
    position: absolute;
    transform-origin: top left;
}

#story {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 600px;
    padding: 50px;
    white-space: pre-line;
    background-color: white;
}

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

a:hover {
    color: pink;
}