html{
        background: url(https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/backgrounds/utensils-pattern.png);
        background-size: repeat;
        background-color: #371314;
    cursor: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/cursors/magic_cursor.cur'), default;

    }

a:hover, a:link, a:active, a:visited {
  color:#cc4f00;
  text-decoration: underline;
cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/cursors/crystal-hearts.cur'), pointer;
}

  body {
    margin: 0;
    background: url();
    font-family: "Georgia", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .book-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }

  .book {
    position: relative;
    width: 900px;
    height: 600px;
    background: url(https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/backgrounds/book/bookframe.png) no-repeat;
    background-size: 900px 600px;
    border-radius: 5px;
    overflow: visible;
    display: flex;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.5);
  }

  .page {
    width: 50%;
    overflow-y: auto;
    size: 900px 600px;
    z-index:2;
    padding: 10px 0 10px 0;
  }

  .page.left {
	background: url(https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/backgrounds/book/left-page.png) no-repeat;
    background-size: 900px 600px;
    padding-left: 5px;
  }

  .page.right {
	background: url(https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/backgrounds/book/right-page.png) no-repeat;
    background-size: 900px 600px;
    background-position: -450px;
    padding-right: 5px;
  }

.container.text{
    width: 390px;
    height: 545px;
    padding: 30px 0 0 30px;
}

.container::-webkit-scrollbar {
  width: 20px;
}

  .text{
    word-wrap: break-word;
    overflow: auto;
    scrollbar-width: thin;

}

  .tabs {
    position: absolute;
    right: 890px;
    top: 5%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
    height: 550px;
    overflow-y: auto;
  }

  .tab {
    background: radial-gradient(ellipse at center, #efdcd5 0%,#f0b7a1 41%,#752201 98%);
    border-color: #33221b;
    border-radius: 5px 0 0 5px;
    border-style: outset solid;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
    color: #3a1a27;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 25px;
    text-align: center;
 }

.tab:hover {
cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/cursors/crystal-hearts.cur'), pointer;
}


  h1 {
    margin-top: 0;
    color: #4b3832;
  }

  p {
    line-height: 1.6;
  }

.button{
  background-color: #ffffff00;
  color: #cc4f00;
  border: hidden;
  font-size: large;
  font-style: italic;
}

.button:hover{
cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/cursors/crystal-hearts.cur'), pointer;
}

details {
cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/just_add_magic_wiki/cursors/crystal-hearts.cur'), pointer;
}

summary {
  padding-bottom: 8px;
}

header {
font-size: large;
font-weight: bold;
}

li {
  padding: 3px;
}

hr{
margin-left: 55px;
  border:0;
  width: 270px;
  height: 50px;
  background-image:url("https://64.media.tumblr.com/eede73510c776b12712626ab3f9ef0fd/a14d88b055b5c762-85/s2048x3072/53d470d240cf3c2f6ca5dd4b95d0374296353008.png"); 
  background-repeat: no-repeat; 
  background-size: 270px 50px;
}

.group{
  padding: 10px;
  border: 2px solid #3e220a;
  border-radius: 2px;
  background-color: rgba(255, 184, 124, 0.39);
}

table{
display: flex;
justify-content: center;
}

td{
border: 2px solid #33221b;
padding: 3px;
}


.table-head{
background-color: rgba(240, 183, 161, 0.44) ;
padding: 20px;
}