body {
  padding-top: 30px;
  background-color: #1d2836;
  color: #e0e0e0;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgb(16, 14, 12) !important;
}



.navbar {
  box-shadow: 0 4px 6px rgba(94, 101, 112, 0.8);
}

footer {
  background-color: rgb(16, 14, 12) !important;
  color: #ccc;
  padding: 20px 30px;
  height: 100px;
  width: 100%px;
}

.content, .sidebar {
  padding: 20px;
  border-radius: 8px;
  background-color: #816e6e;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
  margin-bottom: 20px;
  color: #e0e0e0;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #59ab66;
    --bs-btn-border-color: #39a339;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #10a350;
    --bs-btn-hover-border-color: #198a37;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0ae1bd;
    --bs-btn-active-border-color: #0a8478;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #158535;
    --bs-btn-disabled-border-color: #195c32;
}

a {
    color: rgb(140, 136, 136);
    text-decoration: underline;
}


.p-4 {
    padding: 1.5rem !important;
    background-color: #ffffff;
}


#header-image{
height: 50px;
width: 50px;
float: left;

}



img {
  display: block;
  margin: auto;
  width: 50%;
}

.form-control {
  margin-top: 5px;
  background-color: #f1f2fa;
  padding: 5px;
}

.input-group .btn {
  margin-top: 5px;
}

html, body {
  font-family: sans-serif !important;
}
