body {
    font-family: Arial, sans-serif;
    margin: 30px;
    background: #f7f7f7;
}

h1 {
    margin-bottom: 20px;
}

.section {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

button {
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 16px;
}

.status-label {
    margin-top: 15px;
    font-weight: bold;
}
