@charset "UTF-8:;
/* CSS Document */

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

body {
	background-color: #e0f3f7
}

h1, h2, h3 {
	font-family: 'Dosis', sans-serif;
}

h1 {
	background-color: #e0f3f7;
	color: #8792ae;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	background-color: #c5d9df;
	color: #8792ae;
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
}

h3 {
	font-size: 28px;
	color: #8792ae;
	font-family: 'Dosis', sans-serif;
}

p {
	font-size: 16px;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	line-height: 28px;
}

li {
	margin-bottom: 10px;
}

footer {
	text-align: center;
}

.feature {
	font-weight: bold;
}

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