Код:
<!--HTML-->

<div class="guest-main">

<guest-hat>
<forum-hello>
<p align="justify">Добро пожаловать на ролевую в жанре <b>real-life</b> с центром притяжения в Сиэтле — самом крупном городе штата Вашингтон, родине Boeing и Amazon; группы Nirvana, а также в месте, непосредственно связанном с событиями сериала «Анатомия страсти». Забегай за кофе в местный «Starbucks» и помни: </p> 
<p align="center">✦ внешность держим <b>3 дня</b> 
<br>✦ возможность продления: <b>2 раза на 2 дня</b>
<br>✦ для гостей держим 24 часа 
<br>✦ заявки держит <b>заказчик</b></p> 
</forum-hello>
</guest-hat>

<guest-button>
<div id="textguest" style="font-size: 0px;">
<pre>&lt;face-name&gt;name surname — &lt;a href="ссылка на профиль"&gt;ник&lt;/a&gt;&lt;/face-name&gt;</pre></div>
<button onclick="copytext('#textguest')" class="guest-button" title="нажми чтобы взять код">придержать внешность</button>
</guest-button>

<guest-face-block>
<reserved-face-block>

<reserved-face><date-reserved>до 00.00</date-reserved>
<face-name>chris evans — <a href="">амс</a></face-name>
<face-name>alba baptista — <a href="">амс</a></face-name>
<face-name>kirill chernyshenko — <a href="">амс</a></face-name>
<face-name>elizaveta kononova — <a href="">амс</a></face-name>
<face-name>anyone — <a href="">anyone</a></face-name>
<face-name>anyone — <a href="">anyone</a></face-name>
</reserved-face>

<redeemed-face>
<face-name>anyone — <a href="">anyone</a></face-name>
<face-name>anyone — <a href="">anyone</a></face-name>
<face-name>anyone — <a href="">anyone</a></face-name>
<face-name>anyone — <a href="">anyone</a></face-name>
</redeemed-face>

</reserved-face-block>
</guest-face-block>

<guest-rules>

</guest-rules>

</div>


<style>

date-reserved {
font-size: 10px;
    margin-left: 70px !important;
    padding-bottom: 10px;
    font-weight: bold;
    color: #c6b5af;
    text-transform: uppercase;
}

face-name {
font-size: 12px;
    font-weight: bold;
}

face-name:before {
content: "";
    background-image: url(https://i.imgur.com/1GW1hYN.png);
    width: 10px;
    height: 10px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    left: -5px;
}

face-name a {
    color: #c47955 !important;
}

.guest-main {
width: 640px;
    height: 640px;
    border-radius: 35px;
    box-shadow: 0 0 0 1px #895c3fb3, inset 0 0 0 1px #fff2de, 0 0 6px 2px #895c3f5c;
    background: url(https://i.imgur.com/SPc1TDC.png);
    background-size: 100%;
    position: relative;
    margin: 10px 10px 10px 10px;
}

guest-hat {
display: flex;
    flex-direction: column;
    margin-left: auto !important;
    width: 370px;
    position: relative;
    top: 55px;
    right: 15px;
    height: 120px;
}

guest-hat:before {
content: "real-life / seattle / nc-21";
    position: absolute;
    top: -23px;
    left: 134px;
    font-size: 13px;
    color: #763e29;
    text-shadow: 0 0 2px #76523db3;
    filter: blur(0.4px);
}

forum-hello {
color: #7a533b;
    border-radius: 20px;
    padding: 8px 25px 8px 25px;
    font-size: 11px;
    position: absolute;
    font-family: arial;
    letter-spacing: 0.2px;
}

reserved-face-block {
    display: flex;
    margin-left: auto !important;
    justify-content: center;
    flex-direction: column;
    float: right;
    margin-top: 50px !important;
    margin-right: 40px !important;
}

reserved-face {
    display: flex;
    float: left;
    width: 206px;
    flex-direction: column;
    height: 295px;
    margin-bottom: 60px !important;
    padding: 5px 0px 0px 10px;
    position: relative;
    overflow: auto;
    bottom: -160px;
    left: -2px;
}

redeemed-face {
display: flex;
    float: left;
    width: 206px;
    flex-direction: column;
    height: 99px;
    padding: 5px 0px 0px 10px;
    position: relative;
    left: -260px;
    overflow: auto;
    bottom: 34px;
}

guest-button {
    position: absolute;
    bottom: 200px;
    left: 116px;
}


.guest-button {
    width: 230px;
    height: 20px;
    border: none;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-radius: 15px;
    box-shadow: inset 0 0 0px 1px #e7b38b63, 0 0 0 1px #9b7259b5, 0 0 9px 1px #543d2e;
    color: #f4f3eed4;
    text-shadow: 0 0 4px #f4f3ee54;
    text-transform: uppercase;
    background: transparent;
    font-family: system-ui;
}

.guest-button:hover {
        background: #af705491;
}

</style>