body {
    display:flex;
    flex-direction:column;
}

.main-desc {
    font-family:'IBM Plex Mono';
    font-size:22px;
    font-weight:400;
    width:800px;
    line-height:36px;
}

.description {
    display:flex;
    align-items:center;
    justify-content: center;
    align-self:center;
}

.desc-img {
    width:350px;
    border-radius:20px;
    margin:50px;
    margin-top:0;
    margin-bottom:0;
}

.book-title {
    font-family:'Poppins';
    font-weight:500;
    font-size:30px;
    margin:20px;
}

.book-desc {
    font-family:'IBM Plex Mono';
    font-weight:400;
    font-size:22px;
    line-height:35px;
    margin:40px;
    margin-right:150px;
}

.book {
    background-color:rgb(235, 235, 235);
    margin:40px;
    border-radius:10px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:20px;
    align-items:center;
    align-self:center;

}

.book-img {
    width:200px;
    align-self:right;
    margin:10px;
    margin-right:40px;
    height:300px;
}