/* Global Stylesheet */

/* Make the navbar sticky */
.navbar {
    position: sticky;
    top: 0;
}