body {font-family: system-ui, sans-serif;} 
/* monospace fonts use two spaces after a period, variable width fonts use only one space */ 
/* system.ui utilizes the device default font */
		
body {
	background-color: black;
	}
		
h2.title{
	color: rgb(228 144 122);
	}
		
p.first {
	color: rgb(197 126 138); 
	text-indent: 1em;
	}
p.second {
	color: rgb(155 115 138); 
	text-indent: 1em;
	}
	
a {
	color: white;
}

li{
	color: white;
}