body {
    background-color: honeydew;
}

#stone {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    font-family: 'Vollkorn', serif;
}

#sand {
    font-family: 'Libre Baskerville', serif;
    float: left;
    margin-left: 25%;
    width: 50%;
    color: darkslategrey;
    text-align: center;
    line-height: 2rem;
}

h1 {
    background-image: url(https://media.giphy.com/media/l1J9BYe5eZccC4Nck/giphy.gif);
    background-position-y: 50%;
    background-size: cover;
    color: transparent;
    background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
    font-size: 4rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
