body {
  background-color: #000000;
}

h1 {
  color: #ffffff;
  font-size: 7em;
  text-align: center;
}

img {
  height: 250px;
  width: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid black;
  padding: 5px;
}