body {
	margin : 0;
	display : flex;
	flex-direction : column;
	justify-content : center;
	align-items : center;
	height : 100dvh;
	background-color : #666;
	font : italic .8rem Arial, sans-serif;
	color : #FFF;
	text-align : center;
}
a {
	color : #FDDA24;
	text-decoration : none;
}
a:hover { 
	text-decoration : underline;
}
.date {
	position : fixed;
	top : .8rem;
	right : .8rem;
	text-align : right;
}
.bold {
	font-weight : bold;
	color : #FDDA24;
}
.translationTag {
	display : block;
	height : .9rem;
}
.helloWorld {
	width : 22rem;
}
.finePrint {
	font-size : .65rem;
	margin-top : 2rem;
	width : 38em;
}
.foodForThought {
	position : fixed;
	bottom : .8rem;
	right : .8rem;
	text-align : right;
}
.answer {
	display : none;
}
.riddle {
	color : #FDDA24;
}
.riddle:hover {
	text-decoration : underline;
	cursor : pointer;
}
.nonItalic {
	font-style : normal;
}