html{
  background-color: #14161a !important; 
}

.navbar{
    min-height: 6rem;
}

.navbar-item img {
  max-height: 5rem; /* Keep your logo proportional to the new height */
}

@media (prefers-color-scheme: light) {
  body {
    background-color: #14161a;
  }
}