#space {
    position: absolute;
    top: 100px;
    text-align: center;
    width: 100%;
}

#story {
    position: absolute;
    top: 540px;
    left: 50%;
    transform: translateX(-50%);
    white-space: pre-line;
    width: 960px;
}

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