
#wrapper{
	background-color:rgb(0, 94, 81);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	height:400px;
	box-shadow: 10px 10px 5px rgba(128, 128, 128, 0.56);


}
#flashcard{
	background-color:rgb(0, 94, 81);
	color:white;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:350px;
	word-spacing: 5px;
	padding:10px;
	border: 5px solid white;
	top:10px;
	

	
}
h1{
	text-align:center;
	color:#005e51
}

#kanji{
	color:white;
	font-size:60px;
	height:100px;
}
#word{
font-size: 20px;
}

#meaning{
font-size: 30px;
}
#buttongroup{
	position:absolute;
	bottom:20px;
	display:flex;
	width:100%;
	justify-content:space-around;


}

.button{
	height: 40px;
	color: white;
	font-size: 20px;
	background-color:#005e51;
}

	
	
