*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
}

body {
  padding: 16px;
  font-family: "Noto Serif KR", serif;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
  background-size: 25%;
  background-color: whitesmoke;
}

.document {
  position: absolute;
  top: 332px;
  left: 32px;
  max-width: 800px;
  max-height: 600px;
  overflow: auto;
  transform: rotate(-2deg);
  padding: 32px;
  background-color: white;
  box-shadow: 2px 4px 4px rgba(0.1, 0.1, 0.1, 0.2);
}

.document h1 {
  margin-bottom: 32px;
  font-size: 22px;
  text-align: center;
}

.document h2 {
  text-indent: 0px;
  margin-top: 80px;
}

.document h2,
.document p,
.document img {
  margin-bottom: 20px;
}

.author {
  float: right;
  width: 200px;
  margin-left: 48px;
  margin-bottom: 48px;
}

.author img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.image1 {
  position: fixed;
  bottom: 10px;
  right: 12px;
  width: 100px;
  transform: rotate(-4deg);
}

.nav {
  position: absolute;
  top: 132px;
  right: 32px;
  max-width: 300px;
  height: 150px;
  padding: 16px;
  overflow: auto;
  transform: rotate(3deg);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: white;
  background-color: black;
  border-radius: 3px;
  box-shadow: 2px 4px 4px rgba(0.1, 0.1, 0.1, 0.2);
}

.nav a {
  display: block;
  text-decoration: none;
  color: white;
}

.nav a:hover {
  color: indianred;
}

.audiobook2 {
  position: absolute;
  top: 32px;
  left: 32px;
  padding: 16px;
  overflow: auto;
  transform: rotate(-3deg);
  font-size: 16px;
  color: white;
  background-color: black;
  border-radius: 3px;
  box-shadow: 2px 4px 4px rgba(0.1, 0.1, 0.1, 0.2);
}

.js-btn {
  color: black;
  background-color: whitesmoke;
  border: none;
  font-size: 14px;
  height: 30px;
  width: 160px;
  margin-top: 6px;
}

.js-btn:hover {
  background-color: indianred;
}