     <!-- THIS IS THE INDEX CSS !-->
        <style>

.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: "Pixelify Sans", sans-serif;
  background-image: url("https://i.pinimg.com/736x/fb/2a/7d/fb2a7d774e60323143700349569e4fa2.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
  }

h1 {
  text-align: center;
  }

h3 {
  text-align: center;
  }

.shinji {
  border-bottom: 5px solid black;
  display: block;
  margin: auto;
  min-width: none;
  max-width: 80%;
  }


</style>