.more {
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background-color: #274AFF;
	color: #fff;
	border-radius: 50px;
	margin-top: 20px;
}

.more a{
	color: #fff;
}