body{
	font-family: system-ui, sans-serif;
	/font-size: 100%; 
	line-height: 2em;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 3em;
}

section.the-good-stuff{
	color: purple;
	background-color: black;
}

section.good-stuff-2{
	color: cyan;
	background-color: black;
}

ol.gigalist {
	list-style-type: decimal-leading-zero;
}

ul.gigalist{
	list-style-type: circle;
	padding-left: 1em;
}

.words{
	padding-left: 2em;
}

p#the-last-bee{
	
}

i{
	font-style: normal;
	
}


h4{
	text-transform: uppercase;
}

h1, h2, h3{
	text-transform: uppercase;
}

a{
	text-decoration: none;
	color:white;
}