html, body, h1, h2, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 50px 0;
}

main {
	max-width: 1000px;
	margin: auto;
	padding: 0 50px;
}

section.welcome {
	width: 70%;
	margin: auto;
}

section.welcome h1 {
	font-size: 64px;
	font-weight: 800;
	line-height: 1em;
	text-align: center;
	margin: 1em 0 0.5em 0;
}

section.welcome p {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 4em 0;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
	margin: 1em 0 0.5em 0;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	margin: 1em 0 0.5em 0;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	color: #8f959c;
}

ul {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	color: #8f959c;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #0078ff;
	border-bottom: 2px solid transparent;
}

a:hover {
	border-bottom: 2px solid #0078ff;
}

@media screen and (max-width:768px){
	section.welcome h1 {
		font-size: 40px;
		margin: 1em 0 1em 0;
	}
	
	section.apps .app {
		width: 100%;
		margin: 0 0 80px 0;
	}
	
	section.welcome p {
		margin: 0 0 2em 0;
	}
}
	