body {
  background-image: url(list-img/knit-bg.png);
  font-family: "PT Serif", serif;
  font-size: 15px;
  color: var(--black);
}
#link img {
  position: absolute;
  width: 70px;
}
:root {
  --purple: #b07ecf;
  --silver: #c7c4c8;
  --black: #1c191e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
.box02 {
  background: url("sm-img/back01.gif");
  border: solid 1px var(--black);
  margin: 1em auto; /* change 0 to auto for centering */
  padding: 10px 0;
  max-width: 80%; /* width */
  border-radius: 5px;
  border-width: 7px;
  border-style: solid;
  border-image: url(list-img/lace-border.png) 400 fill round;
}
.about-flex {
  display: flex;
  justify-content: center; /* optional: center the pair horizontally */
  align-items: flex-start; /* optional: align tops */
  max-width: fit-content;
  margin: 1em auto;
}

.box-inner {
  background: var(--silver);
  padding: 17px;
  overflow: auto;
}

.box-inner img {
  height: 100px;
  width: 100px;
  border: #1c191e 2px solid;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}
