header .nav-link {
  color: white !important;
}

html {
  scroll-behavior: smooth;
}

footer{
  color: white !important;
}

.hr-shadow 
{ 
  border: none; 
  height: 2px;
  background: #222222; 
  box-shadow: 0 2px 5px rgb(0, 0, 0); 
}