body {
    color: #ebdbb2; /* gruvbox colors https://github.com/morhetz/gruvbox */
    background: #1d2021;
    font-size: 1.12em;

    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #83a598;
}

h2 {
    color: #b8bb26;
}

h3 {
    color: #d3869b;
}

a {
    color: #8ec07c;
}

footer {
    background: #504945;

    /*background: #8ec07c;*/

    position:fixed;
    bottom: 0px;
    font-size: 1.0em;
    width:900px;/*safari*/
}

.feet {
    max-width: 90%;
    margin:auto;
}

@media screen and (max-width: 950px) {
	body {
		max-width:95%;
	}
    footer { 
        width:95%;
    }
}
