.section-header {
display: flex;
align-items: center;
justify-content: center;
}
h2 {
text-align: center;
font-size: 50px;
}
p {
position: absolute;
z-index: -1;
color: #bbb;
font-size: 100px;
top: -80px
}
<div class="section-header">
<h2>COPY</h2>
<p>COPY</p>
</div>