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;
}

main {
    max-width: 850px;
    margin: 40px auto;
    padding: 20px 40px;
}

h1 {
    margin-bottom: 10px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 15px;
}

h4 {
    margin-top: 25px;
    margin-bottom: 5px;
}

h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

p {
    line-height: 1.5;
}

ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 25px;
}

li {
    margin-bottom: 6px;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
