body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f0f4f8;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-custom {
    background-color: #1a2b4c;
    padding: 20px 30px;
    color: white;
    display: flex;
    align-items: center;
}

.navbar-custom .navbar-brand {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
}

.navbar-custom .navbar-brand img {
    height: 32px;
    margin-right: 10px;
}

footer {
    padding: 10px 0;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
}
