@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap'); 
h1 { 
	background-color: #D43413;
	color: #FFFFFF;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	background-color: #F61C16;
	font-size: 24px;
	color: #FFFFFF;
}
h3 {
	font-size: 18px;
	color: #EB6120;
}
p {
	font-size: 14px;
	font-family: Helvetica, serif;
	margin-left: auto;
	line-height: normal;
}
li {
	margin-bottom: inherit;
}
footer {
	text-align: center;
}
.feature {
	color: #F69D16;
}
nav p {
	font-weight: bold;
	text-align: center;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}