body.darkmode .container-fluid {
  background: #15181c !important;
  color: #e5eaf2 !important;
  font-size: 1.05em;
  line-height: 1.4em;
}
body.darkmode .list-group-item {
  background: #23272f !important;
  color: #f1f3f7 !important;
  font-size: 1.08em !important;
  border-color: #23272f !important;
}
body.darkmode h1,
body.darkmode h3 {
  color: white !important;
}
body.darkmode a,
body.darkmode a:visited {
  color: #8ab4f8 !important;
  font-size: 1.08em;
}
body.darkmode .alert {
  background: #23272f !important;
  color: #e5eaf2 !important;
  border-color: #2d2f39 !important;
  font-size: 1.08em;
}
body.darkmode .form-control,
body.darkmode .btn {
  background: #1e2229 !important;
  color: #e5eaf2 !important;
  border-color: #23272f !important;
}
body.darkmode .list-group,
body.darkmode .list-group-item,
body.darkmode p,
body.darkmode div {
  font-size: 1.05em;
  line-height: 1.4em;
}
