.btn-dark{
  background-color: #000000 !important;
  color: #eeeeee !important;
  border-color: #1c1c1c !important;
  padding: 0.5rem 1rem !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}