body {
	font-family: 'Oswald', sans-serif;
	min-height: 75rem;
	padding-top: 2.5rem;
}

h1 {
	font-family: 'Amatic SC', cursive;;
	font-weight: 600;
}

h2 {
	font-family: 'Amatic SC', cursive;;
	font-weight: 600;
}

p {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;	
	font-weight: 200;	
}

a {
	color: black;
}

.col-centered{
	float: none;
	margin: 0 auto;
}
