/* custom.css */

/* Örnek özel stiller */
body {
    padding-top: 70px;
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    border-radius: 0.3rem;
}

.table th, .table td {
    vertical-align: middle;
}

/* Progress Bar Styles */
.progress {
    height: 30px;
}

.progress-bar {
    font-size: 1rem;
    line-height: 30px;
}
