You can use this code within starting and closing style tag like:
Code:
<style>
/* You can add other styling here */
#heading {
color: #0DB0D8;
font-size: 45px;
margin: -30px 0 20px;
text-align: center;
text-shadow: -1px -1px 0 #FFFFFF;
text-transform: uppercase;
}
/* You can add other styling here */
</style>