@import url("../assets/fonts/vazir/vazir.css");

* {
    direction: rtl;
    text-align: right;
    font-family: Vazir;
}

body {
    background: #fafafa;
}

#person-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.title {
    font-weight: bolder;
}

.book-img {
    max-width: 100%;
    width: auto;
    /*max-height: 100%;*/
    /*height: 27rem;*/
    max-height: 27rem;
}

.nasher-img {
    max-width: 100%;
    max-height: 15rem;
    width: auto;
    height: auto;
}

.text-justify {
    text-align: justify;
}

.underline-content {
    border-bottom: 1px solid #000; /* Adjust the border style as needed */
}