html {
	color: #0066ff;
	font-family: "Arial Black", Gadget, sans-serif;
}

h1 {
	color: #00cc99;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: center;
}

p {
	color: #00cc99;
	font-family: "Lucida Console", Monaco, monospace;
}

h5 {
	font-family: "Lucida Console", Monaco, monospace;
}

ol {
	color: #00cc99;
	font-family: "Lucida Console", Monaco, monospace;
}

ul {
	color: #00cc99;
	font-family: "Lucida Console", Monaco, monospace;
}

table, th, td {
	font-family: "Lucida Console", Monaco, monospace;
	color: #00cc99;
	border: 1px solid black;
    text-align: center;
}

span {
	background-color: #00ffcc;
	font-weight: 600;
	font-style: italio;

}

body {
	background-image: url("https://static.pexels.com/photos/1227/night-dark-blur-blurred.jpg");
	height: 20000 px;
}