body {
   background-color: #C8AD7F;
}
  .book {
      background-repeat: no-repeat;
      background: rgba(131, 92, 59, 0.6);
      background-size: 100% 99%;
      color: #0a0703;
      font-size: 30px;
      font-weight: 900;
      font-family: brush script mt;
      text-decoration-line: underline;
      text-decoration-style: wavy;
      text-align: right;
      border: 10px double #6F4E37;
      padding: 10px;
      margin: 10px;
    }
#nav {
      background-color: #6F4E37;
      border: 10px double #513B1C;
      font-size: 25px;
      font-weight: 900;
      font-family: "Sofia", sans-serif;
      text-align: center;
      padding: 10px;
      margin: 10px;
    }
a {
      color: #0a0703;
      width: 100px;
  font-family: "Sofia", sans-serif;
  height: 100px;
  transition: width 2s, height 2s, background-color 2s, transform 2s;
    }
    a:hover{
      width: 300px;
  height: 300px;
      text-decoration-line: underline;
      text-decoration-style: wavy;
    }
.main p{
      font-family: "Sofia", sans-serif;
      font-size: 25px;
      text-align: left;
    }
main {
      font-family: "Sofia", sans-serif;
      font-size: 25px;
      text-align: center;
    }
h2 {
    text-align: center;
    color: white;
    font-family: "Sofia", sans-serif;
    font-size: 27px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    border: 5px double #835C3B;
    border-radius: 5px;
    padding: 10px;
    margin: 30px;
  }
table, th, td {
    border: 3px solid #6F4E37;
    text-align: center;
}
th {
  text-decoration-line: underline;
  text-decoration-style: wavy;
}
#table {
    border-collapse: separate;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Sofia", sans-serif;
    border: 2px dashed white;
    }
form {
      background-color: #6F4E37;
    }
   button {
      border-color: #513B1C;
    }
  button:hover {
      background-color: #C8AD7F;
    }
 select{
      border-color: #513B1C;
    }
  select:hover {
      background-color: #C8AD7F;
      border-color: #513B1C;
  }
.footer {
  background-color: #6F4E37;
  font-family: "Sofia", sans-serif;
      border: 10px double #513B1C;
      font-size: 25px;
  text-align: center;
}
 #img1{
      clip-path: circle(50%);
      shape-outside: circle(55%);
      float: left;
    }
.main img{
  border-radius: 10px;
  float: right;
  margin: 5px;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
