body {
  font-family: sans-serif;
	overflow: hidden;
}

.about,.hint {
	position: absolute;
	padding: 0.7em 1em;
}

.dark .about,.dark .hint {
		background: pink!important;
	width: 800px;
	height: 800px;
}

.about {
	right: 0.5em;
	bottom: 0.5em;
}

.hint {
	left: 0.5em;
	bottom: 0.5em;
}

.loading {
	margin: 10% 10%;
	font-size: xx-large;
	position: absolute;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

.dark {
	color: #ccc;

	
}
