@charset "UTF-8";
.box {
	background-color: #FFFFFF;
	height: 198px;
	width: 190px;
	border: 1px solid #000000;
	align: center;
	padding-top: 5px;
}
.container {
	width: 670px;
	height: 700px;
	position: relative;
	align: center;
}
.word {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
