#decision-tree {
  max-width: 600px;
  margin: 0em auto 1em auto !important;
  background-color: #fff !important;
  text-align: center;
  padding: 2em 1em 2em 1em !important;
  border: #ba926b !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 1rem;
}

#decision-tree button {
  margin: 5px 10px;
  padding: 5px 20px;
  background: #1c2234 !important;
  color: #fff;
  border: none !important;
  cursor: pointer;
}

#decision-tree button:hover {
  background: #d8c287 !important;
}
