[html]
<div style="background: #f0f0f0; border-radius: 10px; padding: 25px; font-family: Arial, sans-serif; max-width: 700px; margin: 0 auto; border: 2px solid #1E90FF;">

    <div style="text-align: center; margin-bottom: 30px;">
        <h1 style="color: #000080; margin-bottom: 15px; font-size: 28px;">Добро пожаловать в гостевую!</h1>
        <p style="color: #333; font-size: 16px; line-height: 1.5;">
            Приветствуем всех, кто заглянул на огонёк! Здесь вы можете придержать внешность,
            задать вопросы о проекте, пригласить участника обсудить заявку или просто оставить отзыв. Мы всегда рады новым гостям и участникам!
        </p>
    </div>

    <div style="background: white; padding: 20px; border-radius: 8px; margin-bottom: 25px;">
        <h2 style="color: #000080; text-align: center; margin-bottom: 20px; font-size: 22px; padding-bottom: 10px; border-bottom: 2px solid #e8f4f8;">
            ЗАНЯТЫЕ ВНЕШНОСТИ
        </h2>
       
        <table style="width: 100%; border-collapse: collapse; font-size: 14px;">
            <tr style="background: #e8f4f8;">
               
            </tr>
        </table>
    </div>

   

    <div style="text-align: center; margin-top: 25px; font-size: 12px; color: #696969;">
        Гостевая тема | Проект "Казань"
    </div>

</div>
[/html]