body {
  background: #111;
  color: white;
  text-align: center;
  font-family: Arial;
}

input {
  padding: 10px;
  width: 80%;
}

button {
  padding: 10px;
  background: red;
  color: white;
  border: none;
  margin: 5px;
}

.match {
  background: #222;
  margin: 10px;
  padding: 10px;
}
