body {
    background-image: url('sky.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.heading {
    display: flex;
    justify-content: center;
}
h1 {
    font-family: 'Lumanosimo', cursive;
    color: #FBF4E9;
    font-size: 60px;
    font-weight: bold;
}
#input-field {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-left: 50px;
    
}
#search {
    flex: 1;
    font-family: 'Lumanosimo', cursive;
    padding: 10px;
    font-size: 15px;
    border: 2px solid #F1C93B;
    border-radius: 15px;
}
.container {
    display: flex;
    flex-wrap: wrap;
}
.book {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 20px;
}
a {
    color: #FBF4E9;
    font-family: 'Lumanosimo', cursive;
    shadow: 4px;
    text-decoration: none;
    font-size: 40px;
}