<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
  background-color: blue;
  background-image: url('/static/images/background.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
</style>
