body {
  background-color: #D7D4A3;
  background-image: url("https://aoibb.neocities.org/newimages/paper_texture.jpeg")
}

.gaegu-regular {
  font-family: "Gaegu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.unkempt-regular {
  font-family: "Unkempt", cursive;
  font-weight: 400;
  font-style: normal;
}

.unkempt-bold {
  font-family: "Unkempt", cursive;
  font-weight: 700;
  font-style: normal;
}


.pixelify-sans {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 746px;
   margin-top: 20px;
   width: auto;
  margin: 0 auto;
  border: solid 5px brown;
  border-radius: 10px;
}

.entire-thing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
   margin-top: 20px;
   width: auto;
  margin: 0 auto;
}
