body {
  background-color: #0d0d0d;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  padding: 40px;
}

input, button {
  padding: 10px;
  font-size: 1rem;
  margin-top: 10px;
  border: none;
  border-radius: 6px;
}

button {
  background-color: #ffd700;
  color: #000;
  margin-left: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #e0c100;
}
