/* Custom CSS to ensure responsiveness and layout */
body {
    font-family: Arial, sans-serif;
}

h1 {
    margin-bottom: 20px;
    text-align: center;
}

form {
    margin-bottom: 30px;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .form-row .col-md-5, .form-row .col-md-2 {
        width: 100%;
        margin-bottom: 10px;
    }
}
