I have a juptyer notebook with a markdown cell
# Projects
<div style="font-size: 50px">
hello
| Project |Project Type | Status |
|------------------------------|-------------------|-----------------------|
| Hello phase 1 |ABC |Ongoing |
| Goodbye analytics |EFG |Completed |
</div >
But it does not increase the font size of the words inside the table, and it only increases the font size of "Hello".
Is it possible to increase the font size of the words inside the table? Thanks.