
body {
    background-image: url("/cosmictest/assets/mailman.png");
    background-color: #00000087;
    background-blend-mode: multiply;
    font-family: helvetica;
    font-size: 20px;
    background-attachment: fixed;
    background-size: cover;
  }
  h1 {
    text-align: center;
    color: #04b7d6;
    z-index: 1;
    text-shadow: 0px 0px 5px black;
    -webkit-text-stroke: 1px black;
    margin-top: 0;
    font-size: largest;
  }
  h2 {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 20px;
  }
  h2 a {
    font-weight: bold;
    color: #04b7d6;
  }
  main {
    max-width: 940px;
    margin: auto;
    padding: 20px;
  }
  .list {
    background: #fff2e0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(255, 229, 135, 0.514);
  }
  .dlg {
    display: block;
    position: relative;
    padding: 5px;
    margin: 5px;
    border-bottom: rgba(0, 0, 0, 0.5) 2px solid;
  }
  .dlg.place {
    font-style: italic;
    font-size: smaller;
    font-weight: bold;
  }
  .dlg > img {
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    clip-path: polygon(
      50% 100%,
      90% 80%,
      100% 35%,
      75% 0,
      25% 0,
      0 35%,
      10% 80%
    );
  }
  .dlg > div {
    display: block;
    position: relative;
    min-height: 130px;
    padding: 2px;
    margin-left: 152px;
  }
  .dlg_line {
    display: block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 20px;
  }
  .dlg_name {
    font-weight: bold;
    font-size: smaller;
  }
  .dlg_title {
    font-style: italic;
    font-size: x-small;
  }
  .dlg:last-child {
    border-bottom: none;
  }

  .dlg.narrate {
    text-align: center;
  }
    .cg {
    width: 100%;
  }

  .dlgimg {
    display: block;
    position: relative;
    padding: 5px;
    margin: 5px;
    border-bottom: rgba(0, 0, 0, 0.5) 2px solid;
  }