body {
    background: #000000;
}

#nothing-water {
    color: #4F4F4F;
    font-family: Baskervville, arial;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#nothing-water-image {
    max-width: 90%;
}

#nothing-water-story {
    max-width: 90%;
}

#nothing-water a {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    #nothing-water-story {
        font-size: .8rem;
    }
}

@media only screen and (min-width: 501px) {
    #nothing-water-story {
        font-size: 1.4rem;
        letter-spacing: .2rem;
        line-height: 3rem;
    }
}