body {
    background-color: #f9fafb;
    color: #212529;
    font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    padding: 20px
}

.card {
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px
}

.clock {
    font-size: 1.5rem;
    font-weight: 600
}

.date {
    color: #6c757d
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    padding: .5rem .75rem;
    margin-bottom: .5rem
}

.delete {
    border: none;
    background: none;
    color: #dc3545
}

label {
    cursor: pointer
}