body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}
.hero {
    background-image: url('https://th.bing.com/th/id/OIP.DaJG7BIMHkXwS40EUP5SPwHaEo?rs=1&pid=ImgDetMain');
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    padding: 50px 0;
    text-align: center;
}
.hero h1 {
    font-size: 3rem;
}
.hero p {
    font-size: 1.2rem;
}
.book-cover {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}