html {
	height: 100%;
	margin: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #0c2340;
	background-image: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1) 100%);
	text-align: center;
	width: 100%;
	min-height: 100vh;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;
	font-size: 14px;
	line-height: 22px;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	font-weight: 500;
	color: #fff;
}
a, a:active, a:visited {
	color: #00aa00;
	text-decoration: none;
}
a:hover, a:focus {
	color: #00aa00;
	text-decoration: underline;
}
#container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;
}
#logo {
	width: 200px;
	height: 200px;
	line-height: 0;
}
#logo a {
	line-height: 0;
	height: 0;
	display: inline-block;
}
.picfit {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
	#logo {
	}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
	#logo {
	}
}