body {
  background-image: url(Images-Assets/Paper\ texture\ png.jfif);
  /* height: 2000px; just for scrolling */
  position: relative;
}

.border {
  position: absolute;
  top: -140px;
  left: 0;
}
div.corner {
  position: relative;
  width: 500px;
  height: 3px;
}
div.border {
  position: absolute;
  top: 200px;
  right: 10;
  width: 300px;
  height: 200px;
}

.border {
  width: 600px;
  height: auto;
}
.header {
  display: flex;
  justify-content: space-evenly;
}

.wings {
  /* float: right;
  margin-top: 80px;
  margin-right: 100px; */
  width: 100px;
  height: 100px;
  justify-items: center;
}
.man {
  position: absolute;
  left: 0;
  top: 110%;
  transform: translateY(-50%);
  width: 170px;
  height: auto;
}

.main-content {
  border-right: 2px solid black;
  padding-right: 0%;
  margin-top: 150px;
  margin-right: 80px;
  margin-left: 20%;
}

.center-border {
  position: relative;
  max-width: 800px;
}

h1 {
  text-align: center;
  font-family: "Jacques Francois Shadow", serif;
  font-weight: 100;
  font-size: 50px;
  margin-bottom: 10%;
  text-decoration-line: underline;
  text-decoration-style: double;
  text-underline-offset: 8px;
  text-decoration-thickness: 0.8px;
}

p {
  font-family: "OldNewspaperTypes", sans-serif;
}

.pea {
  float: right;
  width: auto;
  height: 385px;
  margin: 10px;
}

.flower-2 {
  float: left;
  width: 240px;
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
}

.flower-1 {
  float: right;
  width: auto;
  height: 250px;
  margin: auto;
}

.hug {
  float: right;
  width: 380px;
  height: auto;
  margin: 10px;
}

footer {
  font-family: "Jacques Francois", serif;
  text-align: center;
  margin-top: 10%;
}

.campass {
  /* display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 50px;
  height: 50px; */
}
.campass {
  width: 50px;
  height: auto;
  display: block;
  margin: 10px auto;
}
