*{
    padding: 0px;
    margin:  0px;
}
.top-title{
    margin-top: 5rem;
}

.bookimage{
    height: 20rem;
}

.bookimage-item{
    height: 10rem;
}

.background-navbar{
    background: rgba(4, 82, 1, 0.35);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    border: 1px solid rgba(0, 0, 0, 0.18);
    
}

.margin-box{
    margin: 1rem;
}
.img-capa{
    width: 100%;
}

.title{
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    font-style: normal;
}

.doc{
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    font-size: 1rem;
}
.center{
    text-align: center;
}
.icon{
    height: 2rem;
}