html, body {
  height: 100%;
  margin: 0;
}

body {
 display: grid;
 grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.navbar .navbar-nav {
  font-family: "Anton", sans-serif;
}

h1 { font-size: 28px; font-weight: unset; }
h2 { font-size: 24px; font-weight: unset; }
h3 { font-size: 20px; font-weight: unset; }
h4 { font-size: 18px; font-weight: unset; }
h5 { font-size: 16px; font-weight: unset; }
h6 { font-size: 14px; font-weight: unset; }
