.navbar-brand {
    font-weight: bold;
}

.jumbotron {
    background-color: #f8f9fa;
}

table {
    margin-top: 20px;
}

.alert {
    margin-top: 20px;
}
html, body {
    height: 100%;
}

.container {
    padding-bottom: 60px; /* Ensures space above the footer */
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px; /* Footer height */
    margin-top: auto;
    padding-top: 10px;
    background-color: #343a40;
    color: white;
    text-align: center;
}
