
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Огнелисс Mail</title>

<style>
html,body{
    margin:0;
    width:100%;
    height:100%;
}
body{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#1F2329;
    font-family:"Segoe UI",Arial,sans-serif;
}

.logo{
    display:flex;
    align-items:center;
    gap:26px;
}

.logo svg{
    width:120px;
    height:auto;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.title{
    font-size:64px;
    font-weight:700;
    line-height:1;
    letter-spacing:.5px;
}

.fire{
    color:#FDBF03;
}

.gray{
    color:#E2E2E2;
}

.subtitle{
    margin-top:10px;
    font-size:15px;
    color:#8F98A3;
    letter-spacing:6px;
}
</style>
</head>

<body>

<div class="logo">

<svg xmlns="http://www.w3.org/2000/svg"
     viewBox="0 0 150 150"
     width="120"
     height="120"
     aria-label="Огнелисс">

<style>
.cls-0{fill:#FEBD04;}
</style>

<path class="cls-0" d="m79 68c1.7 0.8 4.1 2.2 5.4 3.3l3.9-9.8c-4.2 1.2-8.3 3.8-10.4 6l1.1 0.5z"/>
<path class="cls-0" d="m73.3 71.8 0.4-12.2c-3.2 1.8-7.4 7.2-8.2 12.6 1.5-1.2 3.5-2.6 5.3-3.8l2.1 3.4h0.4z"/>
<path class="cls-0" d="m83.4 83.9c-1.4-0.4-3.1-0.9-4.8-0.9 2.6 3.5 3.9 4.1 8.8 5.3-1.2-2-2.3-3.4-4-4.4z"/>
<path class="cls-0" d="m114 59.6c-5-8.8-7.9-15.1-7.8-25.2-2.4 1.6-8.4 7.4-10.6 15.2-4.9-5.7-13.1-14.7-13.2-27.4 0-5.3 1.6-10.5 4.2-16-4.4 1.4-24.5 10.1-29.5 31.9-2.4 10.8-3.3 21.6-16.6 35.3-0.7-6.3 0.2-11.3 0.4-13.8-6 4.3-16.8 16-16.8 35s14.7 47.5 49.7 47.5c-13.8-2.2-28.4-14.4-28.4-33.1 0-8.8 4.1-15.9 11.1-21.6-4.2 1.1-8.2 3.8-11.3 6.7 2.3-6.3 7.8-13.7 14.4-18.9 1.8-10.4 9.9-17.5 16.1-21.5l0.6 14.9c12.1 4.9 13.7 10.3 14.5 15.4 0.8 5 7.1 7.4 11.1 9.7 0.9 0.4-2.8 4.8-7.5 5.4-7.4 0.7-10.4-2.7-17.8-2.9-4.2 0-7.9 1.2-10.5 4.2 1.9-1 3.8-1.5 5.7-1.7-4.7 3.5-7.9 9.7-7.9 17 0.5 11.9 10.6 22.2 25.7 22.2 19.1 0 36.3-18.2 36.3-44.5 0-14.9-7.3-23.4-11.9-33.8z"/>

</svg>

<div>

<div class="title">
<span class="fire">огне</span><span class="gray">лисс</span>
</div>

<div class="subtitle">
SMART MAIL CLIENT
</div>

</div>

</div>

</body>
</html>