/* Global styles */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Navbar customization */
.navbar-brand img {
    height: 30px;
    margin-right: 0.5rem;
}

/* Container adjustments */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Footer styling */
footer {
    margin-top: auto;
    padding: 1rem 0;
    background-color: #f8f9fa;
} 