html {
  height: 100%;
  width: 100%;
}

table, th {
  text-align: center;
  color: white;
}

body {
  background-color: black
}

table.top {
  margin-left: auto;
  margin-right: auto;
}

table {
  border-spacing: 20px
}

h1, h2 {
  text-align: center;
  color: white;  
}

h3 {
  text-align: center;
  color: white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {

  color: white;
}

