margin-bottom
https://webref.ru/css/margin-bottom#comment-3069932383
HTML
<div><span>qwerty</span></div>
CSS
div {
font: 86pt Impact, sans-serif;
background: red;
color: white;
width: 100%;
height:400px;
position: relative;
}
span { margin-left: 100px;
margin-top: 500px;
display: inline-block;
position: relative;
}