#label-matcher-form label {
  display: block;
  margin-bottom: 10px;
}

#label-matcher-form input[type="submit"],
#label-matcher-form button {
  display: inline-block;
  width: 200px;
  padding: 15px 30px;
  margin: 10px 0;
  box-sizing: border-box;
}

#label-matcher-form input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  border: none;
}

#label-matcher-form button {
  background-color: #f44336;
  color: white;
  border: none;
}

#label-matcher-form input[type="submit"]:hover,
#label-matcher-form button:hover {
  opacity: 0.8;
}
