<div>
  <p>What makes you happy?<br>I wonder what makes you happy…<br>Does it make others happy, too?</p>
  <p>君の幸せってどんなこと?<br>君の幸せは、みんなも幸せなのかな…</p>
</div>
body {
  background: linear-gradient(-135deg, #E4A972, #9941D8) fixed;
}

div {
  margin: 120px 0;
  text-align: center;
}
p {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", Courier New, sans-serif;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #fff;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.