body {
  background-image: url(./images/background-comp.jpg);
  background-repeat: no-repeat;
  /* background-size: auto; */
  background-attachment: fixed;
  background-size: 100% 100%;
  /* max-width: 900px; */
  /* margin: 0 auto; */
}
.content {
  max-width: 850px;
  margin: 0 auto;
}

.container {
  text-align: center;
  position: relative;
  width: 1500 px;
  height: auto;
}

.banner {
  display: block;
  margin: 0 auto;
}

.center {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-family: "UnifrakturCook", cursive;
  /* background-color: #E8E1B8; */
  /* background-size: 10px 20px; */
  /* position: relative;
  z-index: 1;
  display: inline-block; */
}
.center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90%; /* tweak as needed */
  height: 50%; /* tweak as needed */

  background-color: rgb(232, 225, 184);
  border-radius: 0.4em;
  z-index: -1;
  filter: blur(6px);
}
.bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-weight: bold;
}
.d1 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-style: italic;
  max-width: 800px;
}

.d1-flower {
  width: 230px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.content {
  font-family: "PT Serif", serif;
  border-style: solid;
  border-width: 0 310px;
  border-image-source: url(./images/side\ border\ new.png);
  border-image-slice: 0 50%; /* Adjust depending on image content */
  border-image-repeat: repeat; /* Tile vertically */
  border-image-width: 0 150px;
  /* align-items: center; */

  /* margin-top: 640px; */
}

.d2 {
  margin-top: 80px;
}
.d3 {
  margin-top: 80px;
  text-align: center;
}

.container2 {
  margin-top: 80px;
}
.img1 {
  float: left;
  width: 130px;
  height: auto;
}
.d4 {
  /* margin-top: 80px; */
}
.d5 {
  margin-top: 80px;
  text-align: center;
}
.d6 {
  margin-top: 80px;
  font-style: italic;
}
.img2 {
  float: right;
  width: 300px;
  height: auto;
  padding-top: 120px;
  padding-left: 20px;
}
.d7 {
  margin-top: 80px;
  text-align: center;
}
.d8 {
  margin-top: 80px;
  text-align: center;
  /* background-color: #7F532E; */
  background-color: rgba(127, 83, 46, 0.3);
  padding: 40px;
  border-radius: 12px;
}
.end-flower {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: auto;
  margin-top: 5px;
  padding-bottom: 50px;
}
