body {
  background-color: #222;
  color: #fff;
}

.bg-dark {
  background-color: rgb(0, 30, 65) !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(115, 115, 115);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

p {
  font-weight: bold;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
} 