/* This custom css file is used at the header component level 
giving the same look throughout the entire app */

.bg-dark-fluid {
  transition:ease 300ms;
  background:linear-gradient(45deg,#181a20a1,#0e041f98)
}
.bg-dark-fluid:hover {
  transition:ease 300ms;
  background:#08060e
}
a {
  text-decoration: none !important;
}