header {
    background-image: url(../img/Banner-Time.png);
}

table {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    font-weight: normal;
    font-size: 11px;
}

tr, th {
    padding: 10px;
    text-align: center;
    border-bottom: 1.5px solid #cacaca;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:last-child {
    border-bottom: none;
}

#table-header {
    background-color: #900018;
    color: white;
}

img {
    width: 100%;
    margin: 15px 10px;
    border-radius: 10px;
}

main {
    grid-area: main;
    padding: 10px;
}