body {
  	background-color: rgb(23,90,175);
	margin: 0;
	padding: 0;
}

a {
	color: rgb(23,90,175);
	text-decoration: none;
	font-family: helvetica;
}

.main {
	height: 100vh;
	width: 100vh;
}

.footer {
	text-align: center;
	background-color: white;
	padding: 10px;
}

img#app-icon{
	position: absolute;
	margin: auto;
	top: -200px;
	left: 0;
	bottom: 0;
	right: 0;
}

img#download{
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0;
	bottom: -100px;
	right: 0;
}

img#arrow{
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0;
	bottom: -300px;
	right: 0;
}
