body {
  background: #000100;
  color: white;
  text-align: center;
}
h1 {
  font-size: 76px;
}
td {
  padding: 25px;
}
a:link {
  text-decoration: none;
  color: #00D3FF;
}
a:visited {
  text-decoration: none;
  color: #00D3FF;
}
a:hover {
  text-decoration: none;
  color: #00D3FF;
}
a:active {
  text-decoration: none;
  color: #00D3FF;
}
.download-button {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  font-size: 47px;
  color: #00D3FF;
  background-color: #1F2034;
  border-radius: 12px;
  border: 0px;
  width: 250px;
  height: 47px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 7px;
}
