*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Arial', sans-serif;
}
h1{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 300;
	font-size: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.links{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
a.btn{
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 40px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 800px;
	background-color: #25e84b;
	border-radius: 30px;
	transition: .2s;
	margin-bottom: 50px;
}
a.btn:hover{
	background-color: #0f4016;
	color: #fff;
}