body.lebrijo {
  background: #eee;
  color: #818080;
  font-family: "Helvetica", "Arial";
}
body.lebrijo i.gear {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: blue;
  font-size: 1.5rem;
}
body.lebrijo i.gear::before {
  content: "\f3e2";
}
body.lebrijo section h4 {
  color: orange;
  border-bottom: 5px solid lightgray;
  margin-bottom: 2rem;
}
