body, html{height: 100%}
body{
	background-color: #f0f3f5;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:17px;
	font-weight:300;
	line-height:24px;
	color:#919799;
	margin: 0;
}
#wrapper{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 55px;
	top: calc(49% - 155px);
}
h2{
	color: #3d5a66;
	font-size: 160px;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 140px;
	font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 100;
}
p{
	margin: 0 auto 40px;
	width: 250px;
}

.btn{
	border: 2px solid #f9705e;
	color: #f9705e;
	border-radius: 5px;
	height: 26px;
	line-height: 24px;
	padding: 5px 12px;
	cursor: pointer;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
	font-weight: 400;
	text-decoration: none;
}
.btn:hover{
	background-color: #f9705e;
	color: white;
}