@CHARSET "UTF-8";

html {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	color: gray;
}

#main {
	width: 300px;
	height: 600px;
	text-align: center;
	vertical-align:middle;
	font-size: 25px;
	padding-top: 100px;	
	margin:auto;
}

#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
	font-size: 15px
}