body {
  text-align: center;
  font-family: "Germania One", system-ui;
  font-weight: 400;
  font-style: normal;
background-image: url("seamless_paper_texture.webp");

padding: 0px 20px 20px 20px;
width: 70%;
height:auto;
margin-left: 15%;
margin-right: 15%;
}

h1 {
  color: #131c0f;
}

h2 {
  color: #131c0f;
}

p {
  color: #1e2e16;
}
ul {
  color: #1e2e16;
}
Footer {
  border-top: 2pt solid darkgrey;
  Padding: 5pt;
}
section {
  border: 1px solid;
border-color:darkgrey;
}