body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #071013;
    color: white;
    font-family: Arial, sans-serif;
}

.center {
    display: flex;
    justify-content: center;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 5px;
    font-size: 0.9em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

table th, table td {
    padding: 12px 15px;
}

table thead tr {
    background-color: #177E89;
    color: #AEECEF;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #AEECEF;
    color: black;
}

.active {
    background-color: #D7263D !important;
    color: white !important;
}

.table-container {
    margin: 5px;
    flex-basis: calc(33% - 10px);
    box-sizing: border-box;
}

#container, #car-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.expand {
    width: 100%;
}

#logo > img {
    margin-left: 10px;
}
