#pixel-bookshelf-container {
    width: 56.5%; 
    float: left; 
    margin: 0;
    position: relative; 
    top: -36px;
    right: 16px;
}

#pixel-bookshelf {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 16px;
    padding: 20px 20px;
    background-image: url("https://kadorath.github.io/resources/images/pixelbooks/shelf.png");
    background-size: auto 114px;
    outline: #5d1c27 outset 15px;
    border: #863133 solid 5px;
    position: relative;
    vertical-align: text-bottom;
    margin: 30px;
    margin-bottom: 0;
    image-rendering: pixelated;
}

.pixel-book {
    width: 60px;
    height: 90px;
}

.pixel-bookshelf-btn {
    position: relative; 
    top: 29px; 
    right: -70%; 
    image-rendering: pixelated;
}