body {
	background: #121122;
	color: #fedbe6;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: sans-serif;
  }

  .novel-container {
    font-family: serif;
    width: 18em;
    font-size: 300%;
    line-height: 2em;
    font-feature-settings: "palt";
  }

  ruby rt {
    font-size: 50%;
  }

sup {
    display: block;
    color: #8b093b;
    margin-right: 0.5em;
    font-size: 75%;
}


a {
    color: #feb2c9;
}


.footer  {
    font-family: serif;
	color: #554466;
    margin-top: 8em;
	font-size: 0.8em;
    position: absolute;
    bottom: 0;
}

.caret {
    animation: blink 1s infinite;
  }

  @keyframes blink {
    50% {
      opacity: 0;
    }
  }