@charset "UTF-8";
/****************************************
contents
*****************************************/
body{
	color: #fff;
}
.title{
	font-size: 36px;
}
.box{
	background: #42c97e;
	height: 400px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	
}
.content{
	border: 1px solid #fff;
	padding: 20px;	
}
