Books

Books That Guided My Journey body { font-family: ‘Open Sans’, sans-serif; background-color: #fffaf6; color: #333; margin: 0; padding: 20px; } h1 { font-family: ‘Playfair Display’, serif; font-size: 2.5rem; text-align: center; margin-bottom: 40px; color: #e39494; } .book-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .book-card { background-color: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); padding: 20px; transition: transform 0.2s; } .book-card:hover { transform: scale(1.02); } .book-cover { width: 100%; border-radius: 12px; margin-bottom: 15px; } .book-title { font-family: ‘Playfair Display’, serif; font-size: 1.2rem; margin: 10px 0 5px; color: #d68c74; } .book-author { font-size: 0.95rem; color: #888; margin-bottom: 10px; } .book-description { font-size: 0.95rem; line-height: 1.5; } a { text-decoration: none; color: inherit; }

Books That Guided My Journey