body {
    font-family: sans-serif;
    background-color: #f5f1f0;
}

nav {
    display: flex;
    justify-content: center;    
    gap: 16px;
    padding:10px;
}


.linkbutton {
    min-height: 50px;
    min-width: 150px;
    text-align: center; 
    background-color:#1e9fcb;
    border: none; 
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkbutton a {
    text-decoration: none;
    color:whitesmoke;
}

.bookcover {
    display: flex;
    justify-content: center;

}

.blurb {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.blurb div {
    max-width: 600px;
}

.indent {
    padding-left: 20px;
    font-style: italic;
}

.conversation {
    line-height: 1.5;
    color: darkgreen;
}

quote {
    font-style: italic;
}

.quotebock {
    padding: 10px;
}

hr {
    max-width: 600px;
}