.card .card-img-top{
    max-width: 300px;
    width: 100%;
}

.textbook-card:hover{
    /* box-shadow: 0 .5rem 1rem var(--comp-light-blue) !important; */
    border-color: var(--comp-light-blue);
    /* border-width: 2px; */
}

