.btnBox {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.btnStyle {
	border-radius: 18px;
	font-size: 14px;
	line-height: 28px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	background-color: rgba(49, 110, 246, 0.5);
	color: #FFFFFF;
	padding: 6px 22px;
	font-size: 12px;
}

.btnStyle:hover {
	background-color: rgba(49, 110, 246, 1);
	color: #FFFFFF;
}