html, body {
	height: 99%;
}

html {
	background-color: #333333;
	color: #eeeeee;
	font-family: Lucida Console, Courier New, monospace, monospace;
	font-size: 3em;
}

body {
	display: grid;
	place-items: center;
}

.everything {
	display: grid;
	place-items: center;
}

a {
	text-decoration: none;
	color: #eeeeee;
}

a.life:hover {
	color: #6c9eab;
}

a.life:active {
        color: #6c9eab;
}

a.work:hover {
	color: #78b089;
}

a.work:active {
        color: #78b089;
}

a.life {
	margin-right: 1em;
	margin-left: 1em;
}

a.work {
	margin-left: 1em;
	margin-right: 1em;
}
