body {
font-family: "Rostov";
color: #CD2C24;
font-size: 32px;
letter-spacing: 5px;
z-index: 2;
}
h1 {
z-index: 2;
}
div {
height: 100vh;
z-index: 1;
}
.striped {
background: linear-gradient( lightblue 80%, gray 20%);
}
@font-face {
font-family: "Rostov";
src: url("../fonts/Rostov.ttf") format("truetype");
font-style: normal;
font-weight: normal;
z-index: 2;
}
<center>
<div class="striped"></div>
<h1>Какие бывают технические зависимости, и как от них избавиться</h1>
</center>