html {
  height: 100%;
  width: 100%;
}
body.custom-background {
  background-color: #0a0a0f;
}
body {
  height: 100%;
  width: 100% !important;
  color: aliceblue;
}
.footer {
  background-color: #0a0a0f !important;
}
.thmfdn-menu a {
  padding: 12px;
}

a {
  color: #1688f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #1688f0 !important;
}

h2 a {
  color: #1688f0 !important;
}

.alert {
  background-color: #1688f0 !important;
  color: #fff !important;
}

.alert a {
  color: #fff !important;
}
