body {
    font-family: 'Inter', sans-serif;
}
button {
    transition: background-color 0.3s ease;
}
#progress {
    font-size: 1.2rem;
    color: #333;
}