html, body {
	padding: 0; margin: 0;
	height: 100%; width: 100%;
	font-size: 0; color: #000000;
	font-family: Monospace;
	background: #353942;
}

#content {
	position: relative;
	min-height: 100%; width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#links {
	text-align: center;
}

#links a {
	font-size: 64px;
	display: inline-block;
	color: silver;
	text-decoration: none;
	padding: 40px;
	transition: all .2s ease-in-out;
}
#links a:hover {
	background: silver;
}
#links a.plain {
	background: none;
}

.small { font-size: 24px !important }
.big { font-size: 64px !important }
