function autoWrite() {
// Script
mainContainer.innerText = text.slice(0, index);
index++;
if(index > text.length - 1) {
index = 0;
}
// Text Style
mainContainer.style.color = '#414141';
}
<div style="positon relative">
<img style="positon absolute">
<div style="positon absolute"> </div>
</div>
repeat
и (
grid-template-columns: repeat(2, 1fr);