html, body {
	height: 100%;
	width: 100%;
	font-size: 36px;
}

body {
	background-color: #00b5cc;
	text-align: center;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

img {
	margin-top: 50px;
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
}

h1.app-name {
	margin-bottom: 15px;
}

h2.description {
	font-size: 16px;
}

div.footer {
	position: absolute;
	bottom: 40px;
	font-size: 16px;
}