/* Titanic Survival Predictor - Custom Styles */

body {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.card {
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
}

.form-label {
    font-weight: 500;
}

.display-1 {
    font-size: 5rem;
}

.progress {
    border-radius: 15px;
    overflow: hidden;
}

.progress-bar {
    font-weight: 500;
}

.list-group-item {
    background-color: transparent;
}
