/* this is just to provide bare minimum css, you should use styling in the html itself to style the page */

body {
	width: 50%;
	margin: auto;
	margin-top: 40px;
	background-color: black;
	color: white;
}

h1 {
	border-bottom: 2px solid white;
	padding-bottom: 8px;
}

a {
	color: white;
}
