@charset "utf-8";

html, body {
	height: 100%;
}

.btn-flat-border {
	display: inline-block;
	padding: 0em 1em;
	text-decoration: none;
	color: #CC3300;
	border: solid 2px #CC3300;
	border-radius: 5px;
	transition: .4s;
}

.btn-flat-border:hover {
	background: #CC3300;
	color: white;
}