body {
    background-color: black;
    color: white;
}

a, .table {
    color: white;
}

.mr-auto>li>a {
  color: white!important;
}

.table {
  --bs-table-bg: transparent !important;
  --bs-table-color: white;
}

a:hover {
    color: #36ab23;
  }

.btn-primary {
  color: #000;
  background-color: #44d62c;
  border-color: #44d62c;
}

.icon {
  color: #44d62c;
}

.table-hover tbody tr:hover {
    color: #90ac90;
    background-color: rgba(236, 224, 224, 0.075);
  }

.about {
    margin-top: 20px;
    text-align: center;
    color: grey;
}

.table-success>td {
  background-color: #186c2b;
  color: white;
}

.table-danger>td {
  background-color: #972d38;
  color: white;
}

img {
  background-color: white;
}


.modal-content {
  background-color: #000;
}
