body {
  background-color: #1e1e1e;
}

* {
  color: white;
}

input {
  background-color: #1e1e1e;
  border: 1px solid white;
  border-radius: 10px;
  padding: 0.5rem;
}

button {
  background-color: #1e1e1e;
  border: 1px solid white;
  border-radius: 10px;
  padding: 0.5rem;
  color: white;
}
