@charset "UTF-8";

body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}
#main {
	flex: 1;
	text-align: center;
}
.btns {
	margin-bottom: 60px;
}
.btns a {
	box-shadow: 0px 1px 0px 0px #ccc;
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	background-color:#ccc;
	border:2px solid #ccc;
	display:inline-block;
	width: 200px;
	margin-right: 30px;
	height: 60px;
	line-height: 60px;
	cursor:pointer;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.btns a:last-child {
	margin-right: 0;
}
.btns a:hover {
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	background-color:#ccc2a6;
}
.btns a:active {
	position:relative;
	top:1px;
}
.tl {
	text-align: left;
}

#hedder {
	text-align: center;
	padding: 30px 0;
	background: #fafafa;
	border-bottom: solid 1px #ccc;
	margin-bottom: 60px;
}
#hedder svg {
	width: 60%;
	margin: 0 auto;
}
#footer {
	margin: 60px 0 0 0;
	padding-bottom: 30px;
	background: #fafafa;
	border-top: solid 1px #ccc;
	text-align: center;
	font-size: 13px;
}
#footer svg {
	height: 60px;
	display: block;
	margin: 30px auto;
	text-align: center;
}
