We already have the HTML webpage. To start adding CSS, add the style tags inside the head tags.
style
head
Make sure to pick <head> followed by <style> and then </style>, </head>.
<head>
<style>
</style>
</head>