/* styles.css */

html {
	font-size: 16px
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: sans-serif, monospace;
	font-size: 1rem;
}

body {
	background-color: #171421;
	color: #f4f4f4;
	line-height: 1.628;
}

h1 {
	font-size: 3rem;
	color: #f4f4f4;
}

h2 {
	font-size: 1.8rem;
	color: #00cc66;
}
