 body { background-color: #f3e3d9;
       background-attachment: fixed;
       background-position: center;
    }
     header {
  font-family: "Faculty Glyphic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
    }
    
.lat {
  font-family: "Garamond";
  font-style: italic;
  }
.container {
  display: grid;
  grid-template-areas:
    "header header header"
    "leftbar content rightbar"
    "footer footer footer";
  grid-template-columns: 0.5fr 3fr 0.5fr;
  gap: 20px;
}

header  {
  grid-area: header;
  border-radius: 5px;
  padding: 10px;
  height: 70px;
  background-color: #F56925;
  color: white;
  text-align: center;
  letter-spacing: 5px;
}
footer {
  grid-area: footer;
  border-radius: 5px;
  padding: 10px;
  background-color: #F56925;
  color: white;
}
p {
 text-align: center;
}

asideL {
  border-right: 6.5px double #F2A241;

}
asideR {
  border-left: 6.5px double #F2A241;
}
.vines2 {
    border: 16px solid transparent;
    padding: 10px;
    border-image: url(https://ivo-habitus.neocities.org/vines2.png) 16 round;
    overflow: auto;
    margin: 5px;
    }
    
.mint {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/menthaaqua.png");
  background-repeat: no-repeat;
  background-position: 56% 0%;
  background-size: 427px 645px;
}

asideL,
asideR {
  h2 {
    font-family: "Faculty Glyphic";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2E0A01;
  }
  p {
  font-family: "Faculty Glyphic";
  font-size: 16px;
  text-align: center;
  padding-right: 20px;
  }
}
main {
  grid-area: content;
  display: grid;
}

article {
  padding: 10px;
  border: none;
  
} 
 
  h1 {  
    font-family: "Faculty Glyphic";
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #2E0A01;
  padding-left: 20px;
  }
    #title {
    text-shadow: 1.8px 2px 0px #75523F;
  }
  #chap {
    font-style: italic;
  }
p {
    font-family: "Faculty Glyphic";
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
  }
  #corps {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  #quote {
    font-family: "Garamond" !important;
    font-style: italic;
    font-size: 18px;
    text-align: center;
  }

@font-face {
  font-family: Lettrine;
  src: url(https://ivo-habitus.neocities.org/Blavicke.woff); /* url of the font */
}
