		body {
			margin: 0;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			text-align: center;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		#footnote {
			font-size: x-small;
			margin-top: 10em;
		}

		#links,
		#links>li {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}