@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

body
{
    font-family: 'Roboto Mono';
    color: #4c4c4c;
    text-align: center;
    padding: 15px;
    background: url("gopher.png") no-repeat bottom;
    background-position: 50px;
}

h1
{
	font-weight: 400;
	font-size: 40px;
}

h2
{
	font-weight: 300;
	font-size: 21px;
}

h2 a
{
    color: #4c4c4c;
    text-decoration: none;
}

h2 a:hover
{
    text-decoration: underline;
}

.footer
{
    margin-top: 35px;
    font-size: 13px;
}

@media (max-width: 1000px)
{
    body
    {
        background-position: 50px 20px;
        margin-top: 220px;
    }
}
