body {
  background-image: url(space2.gif);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 60px;
}

h1 {
  text-align: center;
  align-items: center;
  text-shadow:     
    8px 8px 0 rgb(0, 0, 0),
    8px 8px 0 rgb(0, 0, 0),
    8px 8px 0 rgb(0, 0, 0),
    8px 8px 0 rgb(0, 0, 0);
}

p {background-color: transparent;
  font-size: 20px;
  text-align: center;
}

table {
  border: 8px cellpadding="10" celspacing="0";
  margin-left: auto;
  margin: auto;
}

ul {background-color: transparent;
  font-size: 20px;
  text-align: center;
}

li {
  background-color: transparent;
  font-size: 20px;
  text-align: center;
}