.table-container {
    padding: 50px 0;
    background-color: #ffffff;
}
.table-header {
    text-align: center;
    margin-bottom: 40px;
}
.table-header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #27ae60;
}
.medicine-table {
    width: 100%;
    text-align: left;
}
.medicine-table th {
    background-color: #27ae60;
    color: #fff;
    font-size: 16px;
}
.medicine-table td {
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
}
.table-responsive {
    margin-top: 20px;
}

