@import “../../node_modules/bootstrap/dist/css/bootstrap”;

.sub-title {

font-size: 2.2rem;

}

$header-siblings-margin: 1rem;

@for $i from 6 through 1 {

h#{$i} {
  margin-top: #{(8 - $i) * 0.5}rem;

  + h#{$i + 1}, + h#{$i} {
    margin-top: 0.75rem;
  }
}

}

h1 {

border-bottom: 1px solid rgb(187, 187, 187);

}

h1:nth-child(1) {

margin-top: 0;

}

pre.highlight {

padding: 0.3rem;
margin-top: 1rem;
margin-bottom: 1rem;

}