﻿body {
}
.management-team {
    font-family: Arial, sans-serif;
    color: #333; /* Text color */
    text-align:center;
}
.h3{
    text-align:center;
}
.management-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: fade-in 1s ease-out;
    width: 100%;
}

    .management-table th, .management-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        
    }

    .management-table th {
        background-color: #4CAF50;
        color: white;
        font-weight: bold;
        
    }

    .management-table tr:nth-child(even) {
        background-color: #f2f2f2; /* Table row background color for even rows */
    }

    .management-table tr:nth-child(odd) {
        background-color: #fff; /* Table row background color for odd rows */
    }


ar {
    background-color: #2ecc71;
}

    ar:hover {
        background-color: whitesmoke; /* Button background color on hover */
    }

.section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
   
}