body {
  background-image: url(am-img/knit-bg.png);
  font-family: "Zain", sans-serif;
  font-size: 20px;
  color: var(--black);
}
#link img {
  position: absolute;
  width: 100px;
}
:root {
  --purple: #b07ecf;
  --silver: #f5f2f6;
  --black: #1c191e;
}

.box02 {
  border: solid 1px var(--black);
  margin: 1em auto; /* change 0 to auto for centering */
  padding: 20px 0;
  max-width: 700px; /* 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 {
  border: solid 1px var(--black);
  margin: 1em 0; /* change 0 to auto for centering */
  padding: 20px 0;
  max-width: 600px;
  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;
}
.about-flex {
  display: flex;
  justify-content: center; /* optional: center the pair horizontally */
  align-items: flex-start; /* optional: align tops */
  gap: 1px; /* optional: space between boxes */
  max-width: 1000px;
  margin: 1em auto;
  margin-left: 345px;
  margin-top: -1px;
}
.face-reveal img {
  float: right;
  padding: 5px;
  max-height: 150px;
  border-style: solid;
  border-radius: 5px;
  border-image: url(am-img/lace-border.png) 200 fill round;
}

.box-inner {
  background: var(--silver);
  padding: 15px;
  overflow: auto;
}
h1 {
  text-align: center;
}
a {
  color: var(--purple);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.fun-fact {
  background: url("am-img/bun-shadow.png");
  position: absolute;
  width: 300px;
  height: 309px;
  top: 600px;
  left: 1095px;
}
.fun-fact-text {
  position: absolute;
  z-index: 1;
  max-width: 300px;
  top: 660px;
  left: 1100px;
}
.fun-fact-text p {
  color: var(--black);
  margin-left: 45px;
  max-width: 200px;
}

#myButton {
  background-color: var(--silver);
  border: 2px solid #250042;
  border-radius: 30px;
  box-shadow: #1e0042 4px 4px 0 0;
  font-family: "Zain", sans-serif;
  color: #270042;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#myButton:hover {
  background-color: var(--silver);
}

#myButton:active {
  box-shadow: #2d0042 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  #myButton {
    min-width: 120px;
    padding: 0 25px;
  }
}
.zain-extralight {
  font-family: "Zain", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.zain-light {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zain-regular {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zain-bold {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zain-extrabold {
  font-family: "Zain", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zain-black {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zain-light-italic {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.zain-regular-italic {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: italic;
}
