.match,
.unmatch {
  color: green;
  background: white;
  width: 100%;
  text-align: center;
  display: none;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: bolder;
  font-size: 19px;
}

.match p {
  color: green;
  padding: 2px 5px;
}

.unmatch p {
  color: red;
  padding: 2px 5px;
}

.clearButton {
  font-size: 14px;
  border-radius: 5px;
  background-color: bisque;
  padding: 0px 3px;
}

.clearButton:hover {
  font-weight: bold;
  color: green;
  padding: 1px 4px;
}

.bookmarkLabel {
  font-size: 16px;
}

textarea {
  width: 100%;
}
