/* Custom Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* Grass Green Background */
.bg-grass-green {
    background-color: #2E7D32 !important;
}

.navbar {
    border-top: 3px solid #1e3a8a;
    border-bottom: 3px solid #1e3a8a;
}

footer {
    margin-top: auto;
}

