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

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

.document {
  position: absolute;
  top: 1200px;
  left: 16px;
  right: 16px;
  width: auto;
  max-width: 800px;
  max-height: 600px;
  white-space: normal;
  overflow: auto;
  transform: rotate(-2deg);
  margin: 0;
  padding: 16px;
  background-color: whitesmoke;
  box-shadow: 2px 4px 4px rgba(0.1, 0.1, 0.1, 0.2);
}

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

.document h2 {
  text-indent: 0px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 100px;
}

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

.txt-default {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

.txt-dialogue {
  margin-bottom: 20px;
  line-height: 1.7;
  text-indent: 20px;
}

.audiobook {
  position: absolute;
  top: 370px;
  right: 12px;
  width: 270px;
  height: 800px;
  padding: 16px;
  overflow: auto;
  transform: rotate(-1deg);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  color: black;
  background-color: whitesmoke;
  border-radius: 3px;
  box-shadow: 2px 4px 4px rgba(0.1, 0.1, 0.1, 0.2);

}
 
.nav {
  position: absolute;
  top: 150px;
  right: 32px;
  max-width: 300px;
  max-height: 200px;
  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;
}

.audiobook1 {
  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);
}

.audiobook1 a{
  display: inline-flex;
  text-decoration: none;
  background-color: whitesmoke;
  color: black;
  font-size: 14px;
  height: 30px;
  width: 220px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.audiobook1 a:hover {
  background-color: indianred;
}