/* CSS file for any tweaks that you don't want to put in the main files */

body {
  min-height: 75rem;
}

/* Change the colour of the main bar here!  */
.bg-dark {
    background-color: rgb(6, 109, 143)!important;
}
