body {
  padding-top: 10px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.row
{
    margin-bottom: 15px;
}
body, html {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-image: url('/img/joses.jpg');
  background-size: cover;
  background-position: center;
  color: #333;
}
.container button{
display:none; 
}
.container img{
  
  width:300px !important;
  height:350px !important;
}
.container a {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color:#333
}
.img-thumbnail {
  display: inline-block;
  max-width: 300px;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;}
.page-header {
  text-align: center;
  padding: 2rem 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.starter-template h1 {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.starter-template p {
  font-family: 'Roboto', sans-serif;
}

.books-display {
  padding: 2rem 0;
}

.book-card {
  margin-bottom: 2rem;
  text-align: center;
}

.book-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.book-info {
  margin-top: 0.5rem;
}

.book-title {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-weight: 600;
}

.book-description {
  color: #666;
}

.edit-link {
  display: inline-block;
  margin-top: 0.5rem;
  background-color: #EBA4B4;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  text-decoration: none;
}

.edit-link:hover {
  background-color: #D892A2;
}
.right-tex{
                  position: absolute;
              transform: rotate(-90deg);
              color: #ffffff;
              top: 35%;
              right: 50%;
              font-family: cursive;
}
.left-text{
                  position: absolute;
              transform: rotate(90deg);
              color: #ffffff;
              top: 35%;
              right: 25%;
              font-family: cursive;
}
@media(max-width:450px){
    
    .right-tex{
                  position: absolute;
              transform: rotate(-90deg);
              color: #ffffff;
              top: 45%;
              right: 50%;
              font-family: cursive;
}
.left-text{
                  position: absolute;
              transform: rotate(90deg);
              color: #ffffff;
              top: 45%;
              right: 20%;
              font-family: cursive;
}


}
