footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 6px 0;      /* incelttik */
  font-size: 16px;     /* yazıyı küçülttük */
  line-height: 1.3;    /* satır aralığını daralttık */
}

body {
  background-color: #fff8dc; /* açık sarı, "cornsilk" tonu */
}

html, body {
  min-height: 100%;
  background-color: #fff8dc !important; /* açık sarı */
}

body {
  background: #fff8dc !important;
}


main, section, .container, .row {
  background-color: transparent !important;
}

@media (prefers-color-scheme: dark) {
  html, body { background-color: #fff8dc !important; }
}

.navbar {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}



