body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.navbar-brand {
    font-weight: bold;
    color: #4e73df !important;
}
.footer {
    background-color: #f8f9fa;
    border-top: 1px solid #eaeaea;
}
