@media print {
    body {
      background: white;
      color: black;
      font-size: 0.7rem;
      text-align: justify;
    }

    .skip-header {
      display: none;
    }

    .book-card {
        flex: 0 1 20%;
    }

    details {
        display: block;
    }
  
    .navbar,
    header,
    footer,
    video {
      display: none !important;
    }

    a {
      text-decoration: none;
      color: #000;
    }

    .carousel-indicators {
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    footer {
        display: none;
    }

    h3 {
        font-size: 1.4rem !important;
    }
  
    @page {
      size: A4;
      margin: 1cm;
    }
  }
  