@import url("/?originalUrl=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DRoboto%2BSlab%3A400%2C700%2C300%2C100");

body
{
    font-family: 'Roboto Mono';
    color: #4c4c4c;
    text-align: center;
    padding: 15px;
    background: url("/?originalUrl=https%3A%2F%2Fgo-proverbs.github.io%2Fgopher.png") no-repeat bottom;
    background-position: 50px;
}

h1
{
	font-weight: 500;
    font-size: 40px;
    margin-bottom: 0;
}

h2
{
	font-weight: 400;
    font-size: 26px;
    margin: 10px 0 30px 0;
}

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

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

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

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

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