body
{
	font-family: "Arial";
}

main
{
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#word
{
	display: block;
	position: absolute;
	width: 1000px;
	height: 150px;
	top: 0px;
	left: calc((100% - 1000px)/2);
	margin: 0px auto 0px auto;
	font-size: 75px;
	line-height: 150px;
	text-align: center;
	color: #FF8C00;
}
#word a
{
	color: inherit;
	text-decoration: none;
}

#letters, #history div
{
	display: block;
	position: relative;
	width: 300px;
	margin: 50px auto 50px auto;
	font-size: 75px;
}

#history
{
	display: block;
	width: 200px;
	max-height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: auto;
}

#history div
{
	width: 150px;
	margin: 10;
	font-size: 30px;
}

#letter, .letter
{
	color: #FF8C00;
}

#sound, .sound
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 15px;
	color: #1E90FF;
}

.letter, .sound
{
	cursor: default;
}

body.night
{
	background-color: rgb(20,20,20);
	color: rgb(150,150,150);
}

body.night #word
{
	color: rgb(30,30,30);
}
