/**{
	border: 1px solid blue;
}*/

body{
	font-family: 'Kosugi Maru', sans-serif;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 500px;
}

.left{
	width: 34%;
	height: 500px;
	background-image: url('hip-square.png');
	/*border: 2px groove white;*/
	border: 1px solid #B5B5B5;
}

.left-bar{
	width: 100%;
	height: 100%;
}

h2{
	margin: 0;
}

.gameInfo{
	margin-bottom: 0;
	margin: 1px;
	box-sizing: border-box;
	height: 98px;
	font-size: 10px;
}



.time{
	text-align: center;
	font-size: 50px;
}


.kanjicard{
	text-align: center;
	font-size: 10px;
	font-weight: 100;
}

.goalkanji{
	font-size: 200px;
	text-align: center;
}

.right{
	width: 63%
}

.main{
	height: 500px;
	/*width: 600px;*/
	max-width: 100%;
	position: relative;
	background-image: url('dkdkclass.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
}

/*.row{
	display: flex;
	flex-wrap: nowrap;
	width: 500px;
	margin: 0 auto;
}*/

.box{
	display: flex;
	font-size: 60px;
	border-radius:\ 50%;
	justify-content: center;
	align-content: center;
	color: #4a4646;
	background-size: contain;
	padding: 10px;
	background-color: #edacb7;
	visibility: visible;
	opacity: .9;
	transition: visibility .8s, opacity .8s ease-in-out;
}

.floating-text{
	font-size: 40px;
	border-radius: 50%;
	border: 1px solid black;
	background-color: #546a59;
	color: white;
	visibility: visible;
	opacity: .9;
	/*transition: visibility 1s, opacity 1s ease-in-out;*/
	transition: visibility .5s, opacity .5s ease-in-out;
	min-width: 50px;
	min-height: 50px;
}



.btn{
	display: block;
	margin: 0 auto;
	background-color: #edacb7;
/*	margin-top: 200px;*/
	font-family: 'Permanent Marker', cursive;
	width: 100px;
	height: 50px;
}

.select{
	display: block;
	margin: 50px auto;
	background-color: #edacb7;
	font-family: 'Permanent Marker', cursive;
}

/*#box:onclick{
	opacity: 0;
	visibility: hidden;
}*/