/* Add your own CSS code here */
body {
	background-color: teal;
	color: white;
	
}

a {
	color: yellow;
}