CSS controls how HTML elements look. It can style text, spacing, colors, and layout.
<style>
<head>
body
background-color: #f6f8fb;
h1
color: #1b4d8c;
Use a <style> tag in <head> to write CSS rules.