
body {
  background-image:url("b-images/pagebackground.png");
  background-repeat: no-repeat; 
  background-size: cover;
  background-attachment: fixed; 
  background-color: #f5eddc;
  font-family:"Courier New";
  margin:0px;
  overflow:scroll;
}

header {
    background-image: url('b-images/bookshelf.gif'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%;
    height: 250px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    position: relative;
}

.title {
  width: 400px;
  height: auto;
}

.top-text {
  position: absolute;
  top: 10px;
  left: 15px;
  color: white;
  font-size: 20px;
  font-family:"Luminari";
}

main {
  margin:12px;
}

.container {
  display: flex;
  gap: 10px; 
  padding:10px;
  width:100%;
}

.center-container {
  background: url("b-images/buttonborder.png") no-repeat top;
  background-size: 100%;
  padding-top: 40px;
  min-height: 300px; 
  position:relative;
  flex:1;
}

.header {
  margin-bottom:20px;
  margin-top:20px;
  font-family:"Luminari";
  text-align:center;
  font-size:30px;
  color:#2b3622;
}

.favread {
  display: flex;
  align-items:flex-start;
  flex-direction:row;
  flex-wrap:wrap;
  gap: 10px;
}

.favread img {
  width: 250px;
  height: 400px;
  object-fit: cover;
}

.right-container {
  width:450px; 
}

.currentread {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2b3622;
  color: white;
  padding: 12px 12px;
  border-radius: 12px;
  width: 400px;
  font-family:"Luminari";
  margin-bottom: 6px;
  overflow:hidden;
}

.currentread img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}

.currentread .label {
  font-size: 12px;
  color: white;
  margin: 0;
  line-height:1;
  flex-direction: column;
  font-family:"Courier New";
}

.currentread .title {
  margin: 0;
}

.currentread .author {
  font-size: 14px;
  margin: 0;
  line-height:1;
  gap:0px;
  color:#FBF2B5;
}

.right-container .square {
  display: flex;
  flex-direction:column;
  background: #2b3622;
  color: white;
  padding: 10px 12px;
  border-radius: 12px;
  width: 400px;
  height:auto;
  margin-bottom: 6px;
}

.readlisttitle {
  margin-bottom: 3px;
   margin-top:0px;
   font-family:"Luminari";
   text-align:center;
   color:#FBF2B5;
}

.listsubtitle{
  font-size: 10px;
  color:#FBF2B5;
  font-family:"Luminari";
  line-height:1;
  margin:0;
  text-align:center;
}

.entrylist {
  display:inline;
  font-family:"Courier New";
}

.readtitle { 
  display:inline;
  text-align:left;
}

.readauthor {
  display:inline;
  text-align:right;
  color:#FBF2B5;
}