body {
    overflow: hidden;
    background-image: url("bg.jpeg");
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.people {
    position: absolute;
    opacity: 0.5;
}

#drag {
    cursor: grab;
}

#drag:active {
    cursor: grabbing;
}

#story {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(200px);
    width: 500px;
    background-color: white;
    opacity: 0;
}

a {
    color: red;
    text-decoration: none;
}