body{
  text-align: center;
  background-color: black;
  color: white;
   text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    height:100%;
}