/* Custom styles for the application */

/* Add your custom CSS here */
.page-header {
    margin-bottom: 2rem;
}

.footer {
    margin-top: auto;
}

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