/* custom.css */
.navbar {
    font-size: 12px; /* Reduce the font size */
    padding: 5px 10px; /* Reduce the padding */
}

.navbar a {
    font-size: 12px; /* Reduce the font size of links */
}

.table th, .table td {
    font-size: 14px; /* Reduce the font size of table headers and cells */
}

.title h2 {
    font-size: 18px; /* Reduce the font size of the title */
}

/* Optional: Adjust padding and margins for better spacing */
.padding-top-bottom-large {
    padding-top: 20px;
    padding-bottom: 20px;
}

.input-form {
    font-size: 14px; /* Reduce the font size of form inputs */
}
