html, body {
 	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	position: relative;
}

canvas {
	position: fixed;
	z-index: -1;
	opacity: 0.2;
}

h1, h2 {
	font-family: 'Fredoka One', sans-serif;
	margin-bottom: 5px;
}

h1 {
	font-size: 70px;
	text-shadow:
	3px 3px 0 white,
	3px -3px 0 white,
	-3px 3px 0 white,
	-3px -3px 0 white;
}

h1 span {
	display: inline-block;
}

h2 {
	font-size: 40px;
	text-shadow:
	2px 2px 0 white,
	2px -2px 0 white,
	-2px 2px 0 white,
	-2px -2px 0 white;
	margin: 20px;
}

h2 a {
	display: inline-block;
}

p {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
	text-shadow:
	0px 0px 10px white,
	0px 0px 10px white;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #3F51B5;
}

a:hover {
	text-decoration: underline;
}

.games a:link, .games a:visited {
	color: #e91e63;
}

.articles a:link, .articles a:visited {
	color: rgb(240, 183, 13);
}

.code-art a:link, .code-art a:visited {
	color: #3F51B5;
}

.twitter a:link, .twitter a:visited {
	color: #2196f3;
}

.github a:link, .github a:visited {
	color: #444444;
}

.divider {
	height: 1px;
}

.hello {
	color: #ff9800;
}

.vertical-align {
    position: absolute;
    top: 50%;
    width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-align {
	text-align: center;
}

.background {
	border-width: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: fixed;
    z-index: -1;
}