h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-size: 23px;
}
html, body {
	height: 100%;
}
body {
	background: #29b4d2;
	background: -moz-linear-gradient(45deg, #29b4d2 0%, #95ce6a 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#29b4d2), color-stop(100%,#95ce6a));
	background: -webkit-linear-gradient(45deg, #29b4d2 0%,#95ce6a 100%);
	background: -o-linear-gradient(45deg, #29b4d2 0%,#95ce6a 100%);
	background: -ms-linear-gradient(45deg, #29b4d2 0%,#95ce6a 100%);
	background: linear-gradient(45deg, #29b4d2 0%,#95ce6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b4d2', endColorstr='#95ce6a',GradientType=1 );

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
body, a {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 23px;
}
a:hover, a:focus {
	color: #737373;
	text-decoration: none;
}
h1 {
	font-size: 26px;
	margin-bottom: 20px;
}