h2 {
    color:#54222d;
	border-bottom: 1px solid lightgray;
    font-family: Young Serif;
}

p {
    font-family: Director;
    margin-left: 1em;
    margin-right: 1em;
}

.young-serif-regular {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.winky-rough-regular {
  font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@font-face {                  
font-family: 'Director';
src: url(https://humantooth.neocities.org/fonts/Director-Regular.woff);
font-weight: normal;
}

.lace-box {
                    /*(c) baeyhkun*/
       /*(c) solielios*/
background-color:white;
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 10 fill round;         
           
    
}

img {
    max-width: 70vw; /* Or a fixed width like 80% */
    display:block;
    margin-top: auto;
    margin-left:auto;
    margin-right:auto;
   /* Centers the block layout horizontally */
}

body {
  background-color: #f4eee2;
  max-width: 80vw; /* Or a fixed width like 80% */
  margin: 0 auto;    /* Centers the block layout horizontally */
}    