
  html, body { height: 100%; }
  body { display: flex; flex-direction: column; }
  main { flex: 1 0 auto; }
  footer { flex-shrink: 0; }

  section { padding: 35px 0; }

  .bg-primary-soft { background-color: rgba(4,56,84,0.06); }
  .border-primary-soft { border-color: rgba(4,56,84,0.15) !important; }
  .badge-pill { border-radius: 999px; }
