body {
  background-color: #161616;
  color: #F4F2EF;
  font-family: Aptos, sans-serif !important;
}

.headerbox {
  background-color: #2B2B2B;
  padding: .75rem 0;
}

.nav-link, a {
  color: #F4F2EF;
}

a.active {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}

a:hover {
  color: #F4F2EF !important;
  text-decoration: dotted 1px !important;
}



a {
  text-decoration: none;
}

.foodcard {
  background-color: #2B2B2B !important;
  position: relative;
}

.foodcardimg {
  height: 15em;
  width: 100% !important;
  object-fit: cover;
  object-position: top center;
}

.card-body {
  padding-top: 0.5rem;
}

