body {
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
}

.logo {
    max-width: 300px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 20px;
}

.progress-container {
    margin-bottom: 25px;
}

.progress-label {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.progress {
    background-color: #e9ecef;
}

.progress-bar {
    background-color: #007bff;
    font-weight: 600;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
