
body {
  font-family: 'Ubuntu', sans-serif;
}

.toolbar {
  display: flex;
  align-items: center;
  background-color: #156c52;
}

.text-gray-900 {
  color: #ffffff !important;
}

.text-gray-600 {
  color: #ffffff !important;
}

table .text-gray-900 {
  color: #545454 !important;
}

table .text-gray-600 {
  color: #545454 !important;
}
.btn{
     padding: 25px 0;
   
    border-radius: 20rem;
    display: block;
    text-align: center;
}
.btn.btn-primary {
  color: var(--bs-primary-inverse);
  border-color: #156c52;
  background-color: #156c52;
}

.btn.btn-info {
  color: var(--bs-primary-inverse);
  border-color: #156c52;
  background-color: #156c52;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: #CCC solid;
  opacity: .25;
}