
:root{
  --brand: #0d6efd;
}
html { scroll-behavior: smooth; }
.navbar-brand { letter-spacing:.3px }
.card { border-radius: .75rem; }
footer { font-size: .9rem; }


.bg-primary,
.btn-primary {
  background-color: rgb(113 150 164) !important;
}

.btn-outline-primary {
  --bs-btn-border-color: rgb(113 150 164) !important;
  --bs-btn-hover-bg: rgb(113 150 164) !important;
  --bs-btn-color: rgb(113 150 164) !important;
  --bs-btn-hover-color: #fff !important;
}

.img-normailze {
  height: 400px;
  width: 100%;
}

.icon-img {
  width: 2rem;
  margin-right: .3rem;
}