.Global{
    text-align: center;
    padding: 10px;
}

/* Gallery Styles */

.book{
    display: inline-block;
    width:200px;
    height:220px;
    margin:10px;
    text-align: left;
    cursor: pointer;
    position: relative;
    
}
.book-img{
    width: 200px;
    height: 220px;
    border: 4px solid #000;
    border-radius: 4px;
    object-fit: cover;
    position: absolute;
}

.book-text{
    background-color: #000;
    color:#fff;
    opacity: 0.73;
    width: 194px;
    margin-left: 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 10px;
}