body {
	font-family: 'FoldGrotesqueRegular', sans-serif;
	margin: 60px;
}

h1, p {
	max-width: 50%;
}

h1 {
	font-family: 'Medium', sans-serif;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 80px;
	font-size: 26px;
}

p {
	font-size: 20px;
}

a {
	color: #000;
	font-size: 20px;
}

footer {
	position: absolute;
	bottom: 60px;
}

@media only screen and (max-width : 900px) {
	body {
		margin: 30px;
	}
	h1, p {
		max-width: 100%;
	}
	footer {
		bottom: 30px;
	}
}