/* Show it is fixed to the top */
body {
    /*min-height: 75rem;*/
    --min-navbar-height: 3.5rem;
    padding-top: var(--min-navbar-height);
}
