body {
  margin: 0px;
  height: 100vh;
  background-image: url("/images/white.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

div:not(:first-child):not(:last-child) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container {
  display: flex;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  justify-content: space-evenly;
  align-items: centre;
  height: 170px;
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 100px;
  font-size: 50px;
  font-style: normal;
}

.date {
  display: flex;
  justify-content: space-between;
  border-block: solid;
  writing-mode: horizontal-tb;
  border-block-width: 1px;
  max-width: 1020px;
  margin: auto;
}

.title-date {
  margin: 2px;
}

.p {
  font-family: "Zen Old Mincho", serif;
  font-size: 70px;
  font-style: normal;
}

.start {
  .first-letter {
    font-size: 60px;
    line-height: 70px;
  }
}

.center-box {
  font-size: small;
}
.next-box {
  font-size: larger;
  font-weight: 600;
  text-align: left;
}
.head-images {
  height: 100px;
  width: 100px;
  mix-blend-mode: multiply;
  margin-top: 73px;
  margin-right: 50px;
  margin-left: 50px;
}
.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 10px;
  height: 0px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 80%;
  max-width: 1000px;
  max-height: 12px;
  margin: 40px auto;
}

.next-box {
  display: flex;
  justify-content: center;
  background: white;
  padding: 10px;
  height: 60px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 80%;
  max-width: 1000px;
  max-height: 65px;
  margin: 40px auto;
  align-items: center;
}

.start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-left: 230px;
  padding: 20px;
  max-width: 400px;
  h2 {
    font-family: "Quintessential", serif;
    font-size: 40px;
    margin: 0;
    line-height: 2.5rem;
    font-weight: bold;
  }
  p {
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
}
.float-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  float: right;
  width: 580px;
  height: 420px;
  padding: 5px;
  display: flex;
  align-self: flex-end;
  margin-left: 5px;
  margin-top: 20px;
  margin-right: 230px;
  margin-bottom: 10px;
  background-color: #fff;
}
.content {
  display: flex;
  flex-direction: row;
}

.story {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  line-height: 1.5rem;
}

.third-box {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  display: flex;
  justify-content: center;
  background: white;
  padding: 20px;
  padding-bottom: 40px;
  padding-top: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 1000px;
  max-height: 90px;
  margin-left: -65px;
}

.center-text {
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5rem;
}

.left {
  float: left;
  height: 180px;
  width: 180px;
  transform: scaleX(-1);
}

.wife {
  column-gap: 60px;
  margin-right: 250px;
  margin-left: 100px;
  display: flex;
  justify-content: space-evenly;
  p {
    line-height: 1.5rem;
  }
}

.man {
  column-gap: 30px;
  margin-right: 150px;
  margin-left: 220px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  line-height: 1.5rem;

  p {
    font-size: x-large;
    font-style: oblique;
  }
}

.right {
  float: right;
  height: 200px;
  width: 200px;
}

.man-text {
  max-width: 700px;
  p {
    font-size: large;
    line-height: 1.5rem;
  }
}

.fourth-box {
  display: flex;
  justify-content: center;
  background: white;
  padding: 10px;
  padding-left: 20px;
  height: 170px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 1200px;
  margin: 10px auto;
  p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5rem;
  }
}

.end {
  margin: 50px;
  display: flex;
  justify-content: center;
  p {
    font-size: 70px;
    font-weight: 300px;
  }
}

.footer {
  height: 100px;
  width: 100px;
  margin: auto;
  display: flex;
  flex-flow: column;
}

.animals {
  width: 1520px;
  mix-blend-mode: multiply;
  object-fit: fill;
}
