
.left {
  flex-basis: 10%;
   background-image: url("Header.png");
  background-size: cover;
  color: antiquewhite;
      text-align: center;
    padding: 5px;
  border: 5px outset black;
    margin: 10px;
    overflow: hidden;
    overflow-wrap: break-word;
    max-width: 15%;
    max-height: 20%;
    margin-left: 100px;
    
}
.center {
  flex-basis:80%;
    background-image: url("Header.png");
    background-repeat: no-repeat;
    text-align: center;
    color: antiquewhite;
    flex: 3 0 200px;
    padding: 3px;
  border: 5px outset black;
    margin: 10px;
    width: 100%;
}
.right {
  flex-basis: 10%;
   background-image: url("Header.png");
  background-size: cover;
  color: antiquewhite;
      text-align: center;
    padding: 5px;
  border: 5px outset black;
    margin: 10px;
    overflow: hidden;
    overflow-wrap: break-word;
    max-width: 15%;
    max height: 20%;
    margin-right: 100px;
    
    
}
body {
  background-image: url("Bg.png");
  background-repeat: repeat;
  background-position: center;
   color: antiquewhite;
   text-align: center;
   font-family: 'Illusion';
   font-size: 50%;

}

.footer {
    background-image: url("Header.png");
    background-repeat: no-repeat;
  background-size: cover;
    margin: 10px 50px;
      align-content: center;
    color: antiquewhite;
    text-align: center;
    padding: 3px;
    border: 5px outset black;
   margin-left: 100px;
  margin-right:100px;
}

.header {
   background-image: url("Header.png");
   background-repeat: no-repeat;
    align-content: center;
    text-align: center;
    color: antiquewhite;
    padding: 2px;
  border: 5px outset black;
  size: 1704px 200px;
  margin-top: 100px;
  margin-left: 100px;
  margin-right:100px;
  margin-bottom: 10px;
}
    .buttons {
        align-content: center;
        text-align: center;
        padding: 3px;
  border: 5px outset black;
     margin-left: 100px;
  margin-right:100px;
  margin-top: 10px;
  margin-bottom: 10px;
    background-image: url("Header.png");
    background-repeat: no-repeat;
    }
    
.container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    
}
.button {
 background-color: transparent;
}
.thebook {
  width: 40%;
  height: 40%;
}

@font-face {                  
font-family: 'Illusion';
src: url(https://humantooth.neocities.org/fonts/IllusionSerif-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 