* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	font: 12px "Open Sans";
	min-width: 270px;
	min-height: 640px;
	color: white;
}

body {
	width: 100%;
	height: 100%;
	background: url("../images/background_small.svg") center/cover;
}

main, header {
	padding: 2rem;
}

h1 {
	font-size: .75rem;
}

h2, h3, p {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2rem;
}

a {
	color: white;
}

@media only screen and (min-width: 640px) {
	html {
		font-size: 16px;
		min-height: 360px;
	}

	body {
		background-image: url("../images/background_large.svg");
	}
}
