/* === STYLES === */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
	background: #008c00;
	text: #fff;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}


header {
	margin: auto;
	width: 50%;
}

header h1 {
	text-align: center;
	font-size: 375px;
	color: #fff;
}

nav p {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 48px;
	color: #fff;
}

/*footer {
	background: #FFB316;
}
*/
footer p {
	margin: auto;
	width: 50%;
	text-align: center;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #fff;
}

footer p a {
	color: #fff;
	text-decoration: underline;
}