<!DOCTYPE html>
html, body {
	font-family: 'Arial', sans-serif;
}

title {
	font-family: 'Arial', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

.dropbtn {
	font-family: 'Exo', sans-serif;
	padding: 16px;
	font-size: 16px;
	border: none;
}

.navstat {
	font-family: 'Exo', sans-serif;
}

H1{
	font-family: 'Exo', sans-serif;
	color: black;
}
H2, H3, H4{
	font-family: sans-serif; color: rgb(17, 4, 45);
}
P, UL, OL{
	font-family: sans-serif; color: black;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
ul.no-bullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin-left: 1.5em;
	margin-right: 1.5em;
}
table.blog {
	border: 2px solid green;
	border-collapse: collapse;
	width: 80%;
}
