body {
	background-color:black;
	color:white;
	font-family: "Lucida Console", "Courier New", monospace;
}
a {
	color:gold;
}
img {
	border:4px dashed gold
}
main {
  text-shadow: 2px 2px gray;
}
header {
  text-shadow: 3px 3px gray;
}
footer {
  text-shadow: 2px 2px gray;
}