.header {
    background: rgb(125,29,125);
	background: linear-gradient(90deg, rgba(125,29,125,1) 0%, rgba(125,29,125,1) 35%, rgba(180,238,180) 100%); 
}

h1 {
  text-shadow: 2px 2px 8px rgba(150, 150, 150, 1);
  color: rgba(119,9,121,1);
  font-size: calc(1.825rem + 0.9vw);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  }
.breadcrumb {
  background-color: rgba(0,0,0,.0);
  margin-bottom: 0;
}
.card-header {
  background-color: rgba(176, 232, 176);
  border-bottom: 1px solid #dfe3e7;
  margin-bottom: 0;
  padding: .5rem 1rem;
}