@import './custom.scss';
/* nb. these are here to force footer to bottom of screen */
html, body {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
justify-content: space-between;