h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: Arial, sans-serif;
}
h2 {
  color: #43c6c6;
}
.text-secondary {
  color: #43c6c6;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #32a4a4;
}