html,body{
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	display: flex;
	justify-content:center;
	align-items: flex-start;
}
.main-layout{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	background-color: #fff;
	width: 600px;
	margin-top: 200px;
	border-radius: 6px;
	color: #999;
	flex-wrap: wrap;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.03);
}
.line-in{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-top: 0px;
}
.font-1{
	font-size: 26px;
	height: 200px;
}
.font-2{
	font-size: 12px;
}