body {
    font-family: elsie, arial;
    color: #72706D;
}

#luminous-world {
    max-width: 100vw;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#luminous-world a {
    color: #555452;
    text-decoration: none;
    background: #C7C1B8;
}

#luminous-world-story {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-top: 50px;
}

#luminous-world-image {
    max-width: 100%;
}

#luminous-world-detail {
    float: left;
    max-width: 35%;
    max-height: 100%;
}

@media only screen and (max-width: 500px) {
    #luminous-world-story {
        font-size: .8rem;
        margin-right: 2%;
    }
}

@media only screen and (min-width: 501px) {
    #luminous-world-story {
        font-size: 3rem;
    }
}