@font-face {
	font-family: Nunito Sans;
	font-style: normal;
	font-weight: 400;
	src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v3/iJ4p9wO0GDKJ-D5teKuZqiYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
	unicode-range: U+0000-00FF;
}

body {
	align-self: center;
	color: #333;
	font-family: Nunito Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	justify-content: center;
	margin: 1rem;
	min-height: 100vh;
	text-align: center
}

A,
A:active,
A:hover,
A:visited {
	color: #333;
	text-decoration: none
}

div.img,
img {
	border: 0;
	max-width: 50rem;
	width: 100%
}

#tagline {
	font-size: 2rem;
	margin: 0
}

h2 {
	font-size: 1.5rem
}

#footer {
	bottom: 0;
	font-weight: 700
}