<span class="manga-text">メロスは激怒した。必ず、かの邪智暴虐<small>(じゃちぼうぎゃく)</small>の王を除かなければならぬと決意した。
</span>
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 80vw;
  margin: auto;
}

.manga-text {
  color: #fff;
  text-shadow: 1px 1px 0px #000, 1px 2px 0px #000, -1px -1px 0px #000,
    -1px -1px 0px #000, 2px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000,
    -1px 0px 0px #000, 0px -1px 0px #000, 2px 2px 0px #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.