body {
	width: 80%;
	margin: auto;
	max-width: 600px;
		background: black;
	color: yellow;
}


a {
	text-decoration: none;
	color: white;
}