.glide {
display: flex;
align-items: center;
}
.glide__slide {
text-align: center;
}
.buy-button{
background-color: rgb(40, 40, 40);
color: white;
text-align: center;
border-radius: 3px;
border-style: none;
padding: 6px 10px;
margin: 10px 0;
}
.caption {
padding: 0 8px;
text-align: left;
font-family: inherit;
font-size: 14px;
font-weight: 400;
}
.book-figure{
margin-bottom: 10px;
}
.book-link {
color: black;
}
.price {
color: rgb(119, 119, 119);
margin-bottom: 10px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.glide__arrow {
position: relative;
top: 0;
margin: 0;
transform: none;
left: 0;
right: 0;
padding: 5px;
border:0;
color: #818999;
transition: all 0.2s ease-in-out;
}