body {
	background: #1a1a1a;
	text-align: center;
}
h1 {
	color: #efefef;
	font-size: 3em;
}
p {
	color: #c4c4c4;
	font-size: 2.5ex;
}
a {
	font-size: 2ex;
	color: #fcfcfc;
}
a:hover {
	color: #6a6a6a;
}

.construction img {
	position: relative;
}
img.tux {
	width: 27%;
	height: 27%;
	margin-left: 15%;
}
img.isaac {
	width: 35%;
	height: 35%;
	margin-right: 15%;
}
.footer {
	position: fixed;
	bottom: 0;
	color: #6a6a6a;
}
