html, body {
    height : 100%;
    margin : 0;
}

.app {
    display : flex;
    flex-direction: column;
    min-height : 100vh
}

.app-main {
    flex-grow : 1;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 600;
}

