body {
	background-color: black;
}
div.logo {

    
  display: flex;
  align-items: center;
  justify-content: center;



}

p,h3,h1{
	font-size:14px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color:#dfd0d0;
	margin-left:10px;
	text-align:top;
}
h1{
	font-size:24px;
	font-weight: normal;
}
h2{
	font-size:18px;
	font-weight: normal;
}