/*
 * Move body down to make space for navbar
 */

body {
  padding-top: 4.5rem;
}

.navbar {
  background-color: #003f14;
}
