 
    .profile-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 16px;
        text-align: left;
    }
    .profile-table th, .profile-table td {
        padding: 10px;
        border: 1px solid #ddd;
    }
    .profile-table th {
        background-color: #f4f4f4;
        font-weight: bold;
    }
    .profile-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }