body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h1, h2 {
    margin-bottom: 20px;
}

#countdown {
    font-size: 2em;
    color: #ff4500;
    margin-bottom: 40px;
}

.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-item {
    margin-bottom: 20px;
    width: 80%;
    text-align: left;
}

label {
    font-size: 1.2em;
    margin-right: 10px;
}

input[type="range"] {
    width: 60%;
    margin-right: 10px;
}

span {
    font-size: 1.2em;
    color: #4682b4;
}
