[html]<div class="un-ep-root">
  <div class="un-ep-wrapper">
    <div class="un-ep-title-back">
        <div class="un-ep-title">GET IN THE WATER</div>

      <div class="episode-info-item"><a href="https://liesoftales.f-rpg.me/viewtopic.php?id=350#p63307">РУМПЕЛЬШТИЛЬЦХЕН</a>, <a href="https://liesoftales.f-rpg.me/viewtopic.php?id=352#p63497">МЭД МАРЧ</a></div>
   
      <!-- КАРТИНКА ПО ЦЕНТРУ, у меня 400 на 400, края сами закруглятся -->
    <div class="image-container-60">
        <img src="https://upforme.ru/uploads/001c/7d/d4/96/44112.jpg">         
     </div>
     
     <div class="un-ep-arr">
    <div class="un-ep-play">◀◀ ㅤㅤㅤ▶▶</div>
    <center><iframe frameborder="0" allow="clipboard-write" style="border-radius: 30px;width:50px;height:50px;" width="50" height="50" src="https://music.yandex.ru/iframe/album/9627/track/102825"><a href="https://music.yandex.ru/album/9627/track/102825"></a> — <a href="https://music.yandex.ru/artist/13002">Rammstein</a> на Яндекс Музыке</iframe></center>
    <div>
       <!-- ОПИСАНИЕ -->
    <div class="un-ep-desc-box">
      <div class="un-ep-desc-border">
        <div class="un-ep-desc-head">
          <div class="un-ep-desc-loc">Ресторан «Старик и море»</div>
          <div class="un-ep-desc-tag">эпизод закрытый</div>
        </div>
        <div class="un-ep-desc-text">
          <p>Во-первых, не домогался, а придержал во время падения, а во-вторых, не домой отвез, а сопроводил до машины. Но статьи уже проплачены, а журналисты заправили правду соусом, от которого можно отмыться лишь деньгами.</p>
          <p>Заяц просит связать его с человеком, который решит его проблему в кратчайшие сроки. Однако этот человек оказывается куда полезнее, чем он мог себе представить.</p>
        </div>
      </div>
     
 
  </div>
</div>
<style>
  :root {
    /* ССЫЛКА НА ФОНОВУЮ КАРТИНКУ */
    --unep-bgpic: url("https://upforme.ru/uploads/001c/7d/d4/96/28910.jpg");
    /* ЦВЕТ ФОНА */
      --unep-bgcol: 11, 6, 13;
    /* ЦВЕТ БЛОКОВ */
    --unep-blcol: 30, 69, 70;
    /* ЦВЕТ ТЕКСТА */
    --unep-text: 255, 255, 255;
    /* ЦВЕТ ССЫЛОК */
    --unep-link: 102, 204, 255;
  }
{
  box-sizing: border-box;
}

.un-ep-root {
  display: flex;
}

.un-ep-wrapper {
  display: flex;
  overflow: hidden;
  background: rgb(var(--unep-bgcol)) no-repeat top/contain;
  background-image: linear-gradient(transparent, rgb(var(--unep-bgcol)) 60%),
    var(--unep-bgpic);
  background-size: 100%;
  flex-direction: column;
}

.un-ep-title {
  color: rgba(var(--unep-text), 1);
  height: 70px;
  font-family: Helvetica;
  text-align: center;
  font-size: 25px;
  line-height: 100px;
}

.episode-info-item {
  font-family: Helvetica;
  color: rgba(var(--unep-link), 1);
  height: 10px;
  font-size: 18px;
  text-align: center;
  align-items: center;
}

.episode-info-item a {
  color: rgba(var(--unep-link), 0.8) !important;
  text-decoration: none !important;
}

.image-container-60 {
  width: 60%;
  margin: 20px auto 0;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  flex-direction: column;
  box-sizing: border-box;
}

.un-ep-desc-box {
  display: flex;
  width: 90%;
  height: 130px;
  margin: 30px auto 30px;
  border-radius: 4px;
}

.un-ep-desc-border {
  border-radius: 4px;
  width: 100%;
  z-index: 8;
  position: relative;
  display: flex;
  margin: 4px;
  padding: 12px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.un-ep-desc-head {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  width: 100%;
  display: flex;
  height: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 8px 12px;
  opacity: 0.7;
}

.un-ep-desc-head a {
  font-weight: 400 !important;
  color: rgba(var(--unep-link), 0.8) !important;
  font-size: 11px !important;
  text-decoration: none !important;
}

.un-ep-desc-head a:hover {
  font-family: Microsoft YaHei, sans-serif !important;
  font-weight: 400 !important;
  color: rgba(var(--unep-link), 1) !important;
  font-size: 11px !important;
  text-decoration: none !important;
}

.un-ep-desc-loc {
  font-family: Helvetica;
  font-weight: 400;
  color: rgba(var(--unep-link), 1);
  font-size: 14px;
  line-height: 11px;
  text-align: center;
}

.un-ep-desc-loc::before {
  content: "\26B2";
  margin-right: 4px;
  color: rgba(var(--unep-text), 1);
}

.un-ep-desc-tag {
  с
  font-weight: 400;
  color: rgba(var(--unep-text), 1);
  font-size: 12px;
  line-height: 11px;
  text-align: center;
}

.un-ep-desc-tag::after {
  content: "\2718";
  margin-left: 4px;
  color: rgba(var(--unep-text), 1);
  font-family: monospace;
}

.un-ep-desc-text {
  display: flex;
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
  text-indent: 13px;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: Helvetica;
  font-weight: 400;
  color: rgba(var(--unep-text), 1);
  opacity: 0.9;
}

.un-ep-desc-text p {
  margin: 4px 0 !important;
  font-size: 12px;
  line-height: 16px !important;
  padding: 0px 8px 0 0px !important;
}

.un-ep-desc-text a {
  font-family: Helvetica;
  font-weight: 400 !important;
  color: rgba(var(--unep-link), 0.8) !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

.un-ep-desc-text::-webkit-scrollbar {
  width: 4px;
}

.un-ep-desc-text::-webkit-scrollbar-thumb {
  background-color: rgba(var(--unep-link), 1);
  border: 1px solid #fff;
}

.un-ep-desc-text::-webkit-scrollbar-track {
  background-color: #4a5366;
  border: 1px solid #787874;
}

.un-ep-play {
  color: rgba(var(--unep-text), 1);
  height: 25px;
  font-family: Helvetica;
  text-align: center;
  font-size: 25px;
  line-height: 100px;
}
</style>[/html]