body {
    background-color: #DEFCFB !important;
}

.app-wrapper > .wrapper {
    margin: 64px 0 !important;
}

.book-card {
    margin: 0 36px 64px 36px;
    border-radius: 80px;
}

.book-card .img-fluid {
    width: 80%;
    margin: 32px 0;
}

.book-card .information {
    padding: 0 16px;
    border-top: 1px #6B6B6B solid;
}

.book-card .information .title {
    -webkit-line-clamp: 3;
}

.grid-selector {
    margin-bottom: 64px !important;
}

.wave {
    background-color: #DEFCFB;
}

@media (max-width: 1280px) {
    .book-card {
        border-radius: 64px;
    }
}

@media (max-width: 1024px),
    (max-width:  960px),
    (max-width: 480px) {
    .book-card {
        border-radius: 32px;
    }
}
