.top {
  color: white;
}

.jumbotron {
  /*background-image: linear-gradient(#D7903A, #B16D1C);*/
  background-color: #B16D1C;
}

.explanation {
  background-color: #FFDCB3;
  border-radius: 10px;
  padding: 5px;
}

.row {
  padding:5px;
}

#exploreinput {
  padding:5px;
}

#exploreresult {
  padding:5px;
}

.practicing {
  background-color: #FFC989;
  padding: 5px;
  border-radius: 10px;
}

.graph {
  max-width:100%;
  border-radius: 10px;
}

.nodes {
  border-color: #FFDCB3;
  border-width: medium;
  border-style: solid;
  border-radius: 10px;
  margin-top: 5px;
}

.truefalse {
  background-color: #FFDCB3;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 5px;
  padding-top: 10px;
  padding-left: 10px;
}
