body {
  background: #0b0b0b;
  color: white;
  font-family: Arial;
}
input {
  padding: 10px;
  margin: 10px;
}
button {
  padding: 10px;
}
