@charset "UTF-8";
/* CSS Document */


footer {
	position: absolute;
	bottom: 0;
}

.main {
	min-height: 90vh;
}

hr {
	margin-left: 0;
	margin-right: 0;
}

h2 {
	margin-left: 1rem;
}

ul {
	margin-left: 1.5rem;
}

@media only screen and (max-width: 1000px) {
		footer {
				border-width: 0.5rem;
				position: relative;
				bottom: 0;
		}
}