@charset "UTF-8";

/*
------
essay
------
*/

html {
  overflow: scroll;
}

#essay {
  display: block;
  margin: auto;
  max-width: 548px;
  justify-content: center;
  align-items: center;
}

#essay h1 img {
  display: block;
  width: 140px;
  margin: 0 auto;
}

#essay section {
  margin-top: 20px;
}


#essay p {
  display: block;
  line-height: 2rem;
  text-indent: 1rem;
}

.right {
  text-align: right;
}

footer {
  position: fixed;
}