body {
  margin: 0;
  padding: 0;
  background: url("./images/background.png") no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  font-family: "Georgia", serif;
}
.page {
  display: flex;
  width: 90%;
  max-width: 2500px;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0);
}

.border {
  width: 40px;
  /* height: 500px; */
  background: url("./images/borders.png") repeat-y center;
  background-size: contain;
}
.content {
  flex: 1;
  padding: 2rem;
}

.title-block {
  text-align: center;
  margin-bottom: 2rem;
}

.main-title {
  font-size: 6rem;
  margin: 0;
  color: #2e1e0f;
}
.author {
  font-size: 5 rem;
  margin-top: 0.5rem;
  color: #6c4423;
}

.divider {
  width: 350px;
}

.decor {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 1200px;
  margin: 5rem auto;
  margin-bottom: 10px;
}

.decor-img {
  width: 100px;
  height: auto;
  margin-top: 5px;
  flex-shrink: 0;
}

.all-content {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #2e1e0f;
  margin: 0;
  margin-bottom: 15px;
}

.dialogue {
  margin-top: 0px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  color: #2e1e0f;
  font-style: italic;
}

.break-img {
  text-align: center;
}

.float-right {
  float: right;
  margin-top: 20px;
  width: 400px;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.float-left {
  float: left;
  margin-top: 5px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}
