Visit the Satoshi Faucet Index here
I'm attempting to vertically align the text within the four divs containing sat, bit, mBTC, and BTC. I have tried using
display:table-cell;
vertical-align:middle;
on the divs but unfortunately it isn't having the desired effect. Any assistance on this matter would be greatly appreciated. Additionally, I've noticed that the page is loading quite slowly, possibly due to the numerous API requests being made. In contrast, the basic Satoshi Faucet website loads much faster.