Тєкст по центру

<link rel="stylesheet" href="./igry.css">

<title>текст по центру</title>
<div class="container">

    <h1>текст по центре</h1>

Теперь CSS

.container{

display: flex;

justify-content: space-around;

align-items: center;

flex-direction: column;

}