body {
  background-color: black;
  display: flex;
}

.container {
  font-size: 2em;
  color: white;
  width: 100vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.sub-container {
  padding: 0em 6em;
  display: flex;
  flex-direction: column;
  row-gap: 3.5vh;
}

th {
  padding: 20px;
}

a {
  color: white;
}
