body {
  background-image: url(fe-img/bg.jpg);
  font-family: "PT Serif", serif;
  font-size: 15px;
  color: var(--black);
}
#link img {
  position: absolute;
  width: 40px;
}
:root {
  --blue: #2a3260;
  --gold: #b59b4e;
  --silver: #cac3b8;
  --black: #19191e;
}

.box02 {
  background: url("fe-img/back02.png");
  border: solid 1px var(--blue);
  margin: 1em auto; /* change 0 to auto for centering */
  padding: 20px 0;
  max-width: 550px; /* width */
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 7px;
  border-style: solid;
  border-image: url(am-img/lace-border.png) 400 fill round;
}
.box02-right {
  background: url("fe-img/back02.png");
  border: solid 1px var(--blue);
  margin: 1em 0; /* change 0 to auto for centering */
  padding: 20px 0;
  max-width: 290px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
  border-width: 7px;
  border-style: solid;
  border-image: url(am-img/lace-border.png) 400 fill round;
}
.box02-right .box-inner {
  flex: 1 1 180px;
  min-width: 180px;
}
.about-flex {
  display: flex;
  justify-content: center; /* optional: center the pair horizontally */
  align-items: flex-start; /* optional: align tops */
  gap: 20px; /* optional: space between boxes */
  max-width: 860px;
  margin: 1em auto;
  margin-left: 180px;
  margin-top: -1px;
}

.box-inner {
  background: url("fe-img/back01.png");
  border: dashed 1px var(--black);
  padding: 15px;
  overflow: auto;
}

.box-inner img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.box-inner::-webkit-scrollbar {
  display: none;
}

h1 {
  text-align: center;
}
a {
  color: var(--purple);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.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;
}
