:root {
  --font-family: "JetBrains Mono", monospace;
  --bs-root-font-size: 16px;
  font-size: 16px;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: var(--font-family) !important;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  background-color: #000000 !important;
  color: #ffffff !important; 
}

.sidebar {
  color: #ffffff !important; 
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #ffffff !important;
}

.listing-category {
  color: #ffffff !important;
}

main.content p {
  text-align: justify;
  hyphens: auto;
}