.button {
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #9ebfeb;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.15s ease-out;
	outline: none;
}

.button:hover {
	background-color: #829cc6;
}