html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
}

.canvas {
	background-color: #d0e8f2;
	position: absolute;
	z-index: -1;
}

.page {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.text {
	font-family: 'Tourney', cursive;
	font-size: 45px;
	color: #456268;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.big {
	font-size: 70px;
	margin-bottom: 30px;
}

.button {
	font-family: 'Tourney', cursive;
	font-size: 45px;
	color: #456268;
	background-color: #b3c8cc;
	border: 6px solid #456268;
	border-radius: 30px;
	margin-top: 21px;
	width: 313px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.8s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button:hover {
	background-color: #85a7ad;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 1000px;
	background-color: #ffff80;
	border: 6px solid #ffff4d;
}

.guess {
	font-size: 30px;
	width: 136px;
	height: 37px;
	line-height: 37px;
	margin-right: 15px;
	position: absolute;
}

.wordInput {
	width: 245px;
	height: 59px;
	font-size: 50px;
	border: 7px solid;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}

.check {
	margin-top: 0;
	margin-left: 14px;
	width: 64px;
}

.row {
	display: flex;
	flex-direction: flex;
}

.audioButton {
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.htpText {
	font-size: 31px;
	line-height: 36px;
}

.space {
	margin-left: 15px;
}

.hide {
	display: none;
}
