#imprint {
background-color: black;
color: #FFFFFF;
display: flex;
flex-wrap: wrap;
padding: 15px;
justify-content: center;
}
<article id="imprint">
<p>test</p>
<p>test</p>
</article>
Is there a way to create space between these two p tags? I am struggling to find a solution for this issue.