body {
	background: #1e241f;
	font-size: 16px;
}

h1 {
	font-family: 'Lexend Zetta', sans-serif;
	text-align: center;
	color: #15cf46;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #0b8a2d;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	color: #0b8a2d;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	color: #15cf46;
	font-weight: bold;
}

h5 {
	font-family: 'Ubuntu', sans-serif;
	color: #0b8a2d;
}

li {
	font-family: 'Ubuntu', sans-serif;
	color: #15cf46;

}

a {
	font-family: 'Lexend Zetta', sans-serif;
	text-align: center;
	color: #15cf46
}

a:visited {
	color: gray;
}

