﻿.container {
    margin-top: 50px;
}

.card {
    border-radius: 10px;
    padding: 20px;
}

.slider-label {
    font-size: 14px;
    color: #6c757d;
}
.card-header {
    background: #f8f9fa !important;
}
.card-footer {
    background: #f8f9fa !important;
}

.result-card {
    background-color: #f1f8ff;
    border-radius: 10px;
    padding: 20px;
}

    .result-card h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .result-card h3 {
        font-size: 36px;
        font-weight: bold;
        color: #000;
    }

    .result-card p {
        font-size: 14px;
        color: #6c757d;
    }

    .result-card .btn-primary {
        background-color: #007bff;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 5px;
    }

        

h3 {
    color: #007bff !important;
    font-weight: 700;
}
