body {
  background-color: #f7f7f7;
}

/* body::before {
	display: block;
	content: "";
	height: 72px;
} */

.bg-bule-dark {
  background-color: #04003d;
}

.font-white {
  color: white;
}

.nav-link:hover {
  color: white;
}
.list-unstyled {
  padding-left: 15px;
  list-style: none;
}

.active {
  font-weight: 600;
}

.no-line {
  text-decoration: none;
}
.list-unstyled .nav-link:hover {
  color: #0b5ed7;
}
