<!DOCTYPE html>
<html>
<head>
<style>
/* Style the section container */
.section-4 {
background-color: #f4f4f4;
padding: 20px;
text-align: center;
}

/* Style the heading */
.section-4 h2 {
color: #333;
font-size: 24px;
margin-bottom: 20px;
}

/* Style the paragraph */
.section-4 p {
color: #666;
font-size: 18px;
line-height: 1.5;
}
</style>
</head>
<body>

<div class=”section-4″>
<h2>Section 4</h2>
<p>This is the content of Section 4. You can add any text or elements you want here.</p>
</div>

</body>
</html>