@charset "utf-8";
/* CSS Document */

body {
    background-color: black;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
   /* width: 40%;*/
}

h1{
		text-align: center;
		font-family:"Lucida Console", Monaco, monospace;
		color:white;
}

p {
	text-align: center;
	font-size: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	letter-spacing: 3px;
	color:dimgrey;
}
a{
	color: darkgrey;
}