@import url("./main.css");

html {
    color: #fff;
    background-image: url("/media/images/woodgrain.jpg");
}

.bookshelf {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    column-gap: 1.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.book {
    width: 250px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.book img {
    width: 150px;
    height: auto;
}

table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
    width: 10vw;
    margin-left: auto;
    margin-right: auto;
}
