body {
    background-color: white;
    margin: 0;
    padding: 0;
}
.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header-item {
    flex: 0 0 calc(33.33% - 4px); /* 3 Spalten */
    margin: 2px;
}

.header-img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.header2 {
    width: 100%;
}

.header-image {
    width: 100%;
    height: auto;
    display: block;
}





.container {
    max-width: 100%;
    overflow-x: hidden;
    background-color: rgb(255, 255, 255);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.book {
    text-align: center;
    flex: 0 0 calc(100% / 3 - 4px);
    margin: 2px;
}

.book img {
    max-width: 100%;
    height: auto;
}