body {
    font-family: Times, serif;
    font-size: 18px;
    font-weight: 400;
    word-spacing: 0.1em;
    margin: 2% 4% 4% 4%;
    color: blue;
}

h1 {
    font-size: inherit;
    font-weight: 800;
    margin: 0;
}

ul {
    list-style-type: none;
}

.book-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.small {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

section {
    margin: 0% 0% 5% 0%;
}

a:active, a:visited, a:link {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 320px;
    height: auto;
}

.logo {
    display: block;
    max-width: 10%;
    height: auto;
}

.navigation {
    display: flex;
    justify-content: left;
    gap: 20px;
}

.shoppingbag {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
}