body {
    background-color: #f8f9fa;
}

.container {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

h2, h4 {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
}

.time-slot {
    width: 20%;
    font-weight: bold;
    font-size: 16px;
}

.task-desc {
    width: 75%;
}

.lunch-break {
    width: 75%;
    text-align: center;
    font-weight: bold;
}

hr {
    margin-top: 0;
    margin-bottom: 10px;
}
