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

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

body {
	background-color: #FFFFFF
}

h1, h2, h3 {
	font-family: 'Redressed', cursive;
}

h1 {
	background-color: #5969FF;
	color: #000000;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	color: #5969FF;
	background-color: #FFFFFF;
	font-size: 24px;
}

h3 {
	color: #000000;
	font-size: 18px;
}

p {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

li {
	margin-bottom: 12px;
}

footer {
	color: #3F3F3F;
	text-align: center;
}

.feature {
	font-size: 14px;
}

nav p {
	font-weight: bold;
	text-align: center;
}

