html, body{
	height: 100%;
}

body{
	display: flex;
	flex-direction: column;
}

#fifth-page-download{
	background-color: white;
	padding-top: 40px;
	padding-bottom: 80px;
	flex: 1;
	margin-top: 0;
}

#get-started{
	color: black;
	font-size: 60px;
	margin-bottom: 60px;
}

.store-badge{
	width: 210px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.store-badge img{
	width: 100%;
}

#badge-container{
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
}

#url{
	padding-bottom: 60px;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 30px;
	text-decoration: none;
	font-family: 'Neue Haas Grotesk Light', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Segoe UI', helvetica, arial, sans-serif;
}

#footer{
	height: 40px;
	background-color: #EFEFEF;
	text-align: center;
	padding-top: 10px;
	flex-shrink: 0;
	margin-top: auto;
}

#footer span{
	margin-right: 10px;
}

