[html]
<style>
infotema {
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

zagolovok {
width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://forumstatic.ru/files/001c/85/6d/20253.png);
    color: white;
    font-family: 'RadjhaniRu';
    text-transform: uppercase;
    font-size: 24px;
    padding: 12px;
box-sizing: border-box;}

infotext {
padding: 24px 24px;
    width: 70%;
    background: url(https://forumstatic.ru/files/001c/85/6d/83414.png) no-repeat bottom / 100%;
    box-sizing: border-box;
    display: flex;}
</style>

<infotema>
<zagolovok>
хочу к вам
</zagolovok>
<infotext>
Место для постинга ваших концептов и поиска связей по игре загодя. Шаблон свободный, well cum
</infotext>
</infotema>[/html]