body {
    background-color: #f8f9fa;
}

.container {
    max-width: 150px;
}

h2 {
    text-align: center;
    margin-bottom: 5px;
}

.alert {
    margin-top: 20px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

footer {
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}

.table th, .table td {
    vertical-align: middle;
}

.table thead th {
    background-color: #007bff;
    color: white;
}

.table-responsive {
    margin-top: 20px;
}

.table tbody td:nth-child(1) {
    background-color: #d4edda;
}

.table tbody td:nth-child(2) {
    background-color: #fff3cd;
}



body {
    background-color: #f8f9fa;
}

.container {
    max-width: 750px;
    margin-top: 50px;
}

h2, h3 {
    text-align: center;
    margin-bottom: 20px;
}

.alert {
    margin-top: 20px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    margin-bottom: 30px;
}

footer {
    text-align: center;
    margin-top: 20px;
    padding: 5px 0;
    background-color: #e9ecef;
    border-top: 1px solid #dee2e6;
}

.navbar {
    margin-bottom: 10px;
}

.card {
    margin-bottom: 10px;
}

.table th, .table td {
    vertical-align: middle;
}

.table thead th {
    background-color: #007bff;
    color: white;
}

.table-responsive {
    margin-top: 20px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.logo {
    max-width: 150px;
}

footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 1rem 0;
}

.card {
    border: none;
    border-radius: 0.5rem;
}

.card-header {
    border-bottom: none;
    font-weight: bold;
}

.card-title {
    font-size: 1.25rem;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-light {
    color: #343a40;
}

.container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

