body
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	background-size: 100% 100%;
	position: fixed;
	bottom: 0%;
	right: 0%;
}

footer
{
	background-size: 100% 100%;
	padding: 8%;
	width: 90%;
}

h2
{
	font-size: 120%;
}
/*
@media only (orientation: portrait)
{
	body
	{
		visibility: hidden;
	}
	h2
	{
		font-size: 160%;
	}

	li
	{
		font-size: 120%;
		padding-bottom: 2%;
	}
}