
<!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 version="1.1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 315 348">

<g transform="scale(0.25)">

<path d="M267 1249.72C145.43 1202 49.92 1093.4 12.65 960.5C-26.26 821.8 26.01 660.02 143 557.07C166.81 536.12 165.28 534.74 164.01 576.03C162.7 618.66 162.7 674 164.02 674C166.06 674 194.54 646.16 205.46 633.5C255.26 575.72 281.48 526.77 302.46 452.38C317.98 397.37 308.81 430.36 321.03 381C328.61 350.33 327.46 355.34 336.49 324.5C379.37 178 498.51 54.04 640.67 8.01C669.74 -1.4 676.01 -8.46 657.1 29.93C612.29 120.9 605.97 219.96 639.49 306C654.65 344.9 682.54 388.91 722.53 437C745.21 464.28 742.48 467.96 746.06 452C754.74 413.21 794.56 348.21 826.6 320.53C849.84 300.45 850.58 293.95 850.14 325.98C849.06 404.71 860.22 453.68 895.11 523.22C902.8 538.55 921.43 568.84 939.57 595.5C1038.55 740.97 1046.64 884.75 964.29 1034.86C914.84 1125 841.09 1192.67 748.5 1232.86C721.67 1244.5 679.24 1255.14 652 1257.05C549.34 1264.25 469.16 1232.3 426.21 1167.05C356.63 1061.34 435.41 925 566.06 925C590.75 925 603.28 927.89 636.1 941.13C704.33 968.66 759.37 955.98 793.27 904.93L805.06 887.5C809.91 880.59 818 864.2 818 861.31C818 857.6 813.45 855.22 794 848.72C734.64 828.88 715.83 816.8 702.2 789.74C690.96 767.43 676.4 753.77 647.3 738.26C636.14 732.31 636.13 732.27 643.01 708.5C651.39 679.53 653.27 662.83 651.01 637.5L649.13 610.33C648.09 588.71 650.18 593.31 621.24 614.47C566.46 654.52 536.27 683.85 510.84 721.74C503.08 733.3 500.99 734.8 489 737.38C470.32 741.4 466.73 742.31 454.5 746.12C319.98 787.99 225.82 899.22 215.87 1028C214.72 1042.79 215.45 1079.5 217.04 1087.5L219.05 1101.5C223.99 1145.16 243.64 1189.64 278.52 1236.14C302.29 1267.82 292.61 1259.78 267 1249.72Z"
fill="#FDBF03"
fill-rule="evenodd"
transform="translate(102,57)"/>

</g>

</svg>

<div>

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

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

</div>

</div>

</body>
</html>