/* Personal modifications */
body {
	margin-top: 70px;
	margin-bottom: 70px;
}

a img.social {
	width: 3rem;
	height: 3rem;
	display: inline;
	margin-bottom: 0;
	padding: 0;
}

li {
	margin-bottom: 0.2em;
}

canvas#snow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.main-content {
	position: relative;
	z-index: 1;
}
