body {
  background-color: black;
  color: white;
  text-align: center;
}
h1 {
  text-align: center;
}
h2 {
}
a {
}
table {
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: white;
}
p {
  text-align: center;
}
.return {
	margin: 0;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}