body {
  background: #333;
  color: #fff;
  font-family: 'Share Tech Mono', monospace;
}

table, tr, td, th {
  border: 1px solid #fff;
}

td, th {
  padding: 4px;
}

img {
  margin: 8px;
}

#galaxy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

button {
  font-family: 'Share Tech Mono', monospace;
  display: block;
  margin: 0 auto;
  padding: 12px 16px; /* Adjust padding as needed */
  font-size: 20px; /* Adjust font size as needed */
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #1e5980; /* Set your desired background color */
  color: #ffffff; /* Set your desired text color */
  border: 2px solid #1e5980; /* Set your desired border color */
  cursor: pointer;
}

/* Hover effect */
button:hover {
  background-color: #194b6b; 
  border-color: #194b6b;
}
