body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    color:rgb(244, 246, 248);
    margin-bottom: 40px;
}

h2 {
    color:rgb(243, 245, 246);
    margin-top: 40px;
}

.team-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.team-table th, .team-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.team-table th {
    background-color: #3498db;
    color: #fff;
    font-weight: bold;
}

.team-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.team-table tr:hover {
    background-color: #e0f7fa;
    transition: background-color 0.3s;
}

.team-table td:first-child {
    font-weight: bold;
}

.team-table a {
    color: #2980b9;
    text-decoration: none;
}

.team-table a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .team-table {
        display: block;
        overflow-x: auto;
    }
    .team-table th, .team-table td {
        min-width: 150px;
    }
}

.phone{
    color:rgb(245, 245, 246);
}

.brand{
    color: rgb(245, 245, 246);
}