body {
    margin: 0;
}

#story1 {
    position: absolute;
    transform-origin: top left;
    top: -15%;
}

#story2 {
    position: absolute;
    transform-origin: top left;
    top: 34%;
}

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

a:hover {
    color: red;
}

#bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    filter: invert(1);
    opacity: 0.5;
}

#bg > img {
    width: 100%;
    height: 100%;
}