body {
    background-image: url("bg.png");
    background-repeat: repeat;
}

#story {
    width: 300px;
    margin: 100px;
    background-color: white;
    white-space: pre-line;
    padding: 30px;
}

a {
    color: red;
    text-decoration: none;
}

#sun {
    position: absolute;
    left: 700px;
    top: 300px;
}