/* CSS Header Section */ header { background-color: #333; /* set the background color of the header */ color: #fff; /* set the font color of the header */ padding: 20px; /* add some padding to the header */ } header h1 { font-size: 36px; /* set the font size of the main heading */ margin: 0; /* remove any default margins on the heading */ } header p { font-size: 18px; /* set the font size of any additional text */ margin: 0; /* remove any default margins on the text */ }