.border-btn-container {
  height: 50px;
  line-height: 50px;
}
.border-btn {
  border: 1px solid gray;
  padding:10px 20px 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.1s ease-in-out;
}
.border-btn:hover {
  background: #fcde6c;
}

.border-btn-selected {
  background: blue;
  color: white;
}

.section-header {
  margin-top:40px;
}

.bold-text {
  font-weight: bold;
}
