h1, h2 {
    color: #79060d;
    font-weight: 600;
    text-decoration: underline;
  }

a {
  color: #886338;
}

.bg-primary {
  background-image: linear-gradient(#34a5d9, #1878a3, #005c85);
  background-repeat: no-repeat;
}

.step {
  font-weight: 600;
}

#heritage-color {
  background-color: #886338;
  color: white;
}

#hobbies-color {
  background-color: black;
  color: white;
}

#life-skills-color {
  background-color: maroon;
  color: white;
}

#outdoor-skills-color {
  background-color: blue;
  color: white;
}

#science-color {
  background-color: orange;
  color: white;
}

#sports-color {
  background-color: green;
  color: white;
}

#values-color {
  background-color: red;
  color: white;
}