.task-bar {
    background: #c90000;
    padding: 9px;
    display: inline-block;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;
}

.table-container {
    margin: 30px auto;
    overflow: auto;
    max-width: 950px;
    max-height: 800px;
}

table, th, td {
    padding: 12px;
    border-collapse: collapse;
    border: none;
    text-align: center;
}

table{
    border-bottom: 4px solid  #002060;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

thead th {
    position: sticky;
    background: #002060;
    color: white;
}

tbody tr:nth-child(even) {
    background: rgb(190, 190, 190);
}