.text_game{
	margin-top: 50%;
	margin-left: 25%;
}

.text_game img {
	clear: bottom;
	width: 200px;
	border-radius: 32px 32px 32px 32px;
	float:left; /* Выравнивание по левому краю */
    margin: 10px 7px 15px 0; /* Отступы вокруг картинки */
   }

.text_game h2{
	text-align: center;
	text-decoration: underline; 
}

.text_game p{
	font-size: 24px;
}

.text_game div{
	margin-bottom: 15px;
}

hr{
	color: black;
	size: 15px;
	width: 50px;
	text-align: center;
}