html,
body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.navbar-brand {
  color: #333;
}

.btn-primary {
  background-color: #ffbe00;
  border-color: #ffbe00;
}

.btn-primary:hover {
  background-color: #e3a900;
  border-color: #e3a900;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.text-primary {
  color: #ffbe00 !important;
}

.btn-link {
  color: #ffbe00 !important;
}

.pagination .page-link {
  color: #ffbe00 !important;
}

.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}

.pagination .page-item.active .page-link {
  background-color: #ffbe00 !important;
  border-color: #ffbe00 !important;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}