echo " <div style="font-size:36px">Powered by <a href="#">url</a>. </div> // between " " put wrapped div with css attributes and it should work
"
<div style="font-size:36px">Powered by <a href="#">url</a>. </div>
<?php
echo '<div style="font-size:18px">text</div>';
?>