body {
    background: url(images/index-bg.png) #111010;
}

#index {
    color: #4F4F4F;
    font-family: garamond;    
    position: relative;
    width: 95%;
}

#index-image {
    max-height: 80vh;
    max-width: 80vw;
}

#index a {
    color: #c2c2c2;
    text-decoration: none;
    font-style: italic;
    font-size: 3rem;
}

@media only screen and (max-width: 500px) {
    #index {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 501px) {
    #index {
        font-size: 2rem;
    }
}
