[html]
<style>
.meeting-wrap {
width:600px;
margin:0 auto;
padding:20px;
background:rgba(243,243,243,0.95);
border-radius:12px;
box-shadow:0 2px 8px rgba(0,0,0,0.15);
}
.meeting-header {
text-align:center;
margin-bottom:15px;
}
.meeting-header img {
max-width:100%;
height:auto;
}
.meeting-title {
font-size:10px;
letter-spacing:0.2px;
line-height:1.2;
margin:0 0 6px;
text-transform:uppercase;
font-weight:700;
text-align:center;
color:#666;
}
.meeting-hr {
border:0;
border-top:1px solid #ccc;
margin:0 0 10px;
}
.meeting-text {
font-size:10px;
line-height:1.4;
text-align:justify;
}
</style>
<div class="meeting-wrap">
<!-- Картинка -->
<div class="meeting-header">
<img src="https://upforme.ru/uploads/001b/70/14/2/164838.png" alt="место встречи">
</div>
<!-- Заголовок -->
<h2 class="meeting-title">место встречи</h2>
<!-- Текст -->
<div class="meeting-text">
вы еще не определились с ролью / историей персонажа / внешностью?<br>
вы хотите обсудить понравившуюся заявку из нужных?<br><br>
<br>
ждите здесь, мама вас обязательно найдет
</div>
</div>
[/html]