@font-face {
  font-family: 'nasin-nanpa-web';
  src: url('nasin-nanpa-5.0.0-beta.3.otf') format('opentype');
  font-display: block;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #80dbb5;
}

#greet {
  background-color: #f2ecce;
  border: #e1daaf;
  border-radius: .5em;
  box-sizing: border-box;
  color: #d99ac8;
  font-family: 'nasin-nanpa-web', nasin-nanpa, sans-serif;
  font-size: 4rem;
  /* Adjust for wide 'mi' sitelen on the left */
  padding: .2em .3em .2em .1em;
  text-align: center;
}
