
html {
	color-scheme: light dark;
}
h1 {
	color: olive;
	text-align: center;
}

/*
.brn {
	background-color: #7a461d;
	color: black;
	font-family: Helvetica, sans-serif;
}
*/
body {
	/*color: white;
	background-color: black; */
	font-size: x-large;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

em{
	color: green;
}

a:link {
	color: yellow;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}