/* 
	This file is licensed under CC0 
	A copy of the license can be found at https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
	Also thanks to catfromplan9
*/

.center {
	align-items: center;
	text-align: center
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position: fixed;
	bottom: 0;
}
