body {background-color: black;}
h1  
{
color: white;
font-family: verdana;
text-align: center;
}

h2
{
color: white;
font-family: verdana;
text-align: center;
}

p
{
color: white;
font-family: verdana;
text-align: center;
}

img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}