/* =============================================================================
   APP LAYOUT
   ============================================================================= */

.app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}