.gallery_image
{
    image-rendering: pixelated;
}

.central_window
{
    padding: 0px;

    display: flex;
    justify-content: center;

    scroll-behavior: auto;
    overflow-y: scroll;
}



#gallery_table
{
    width: fit-content;
    height: fit-content;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.table_row
{
    height: 150px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.big_picture
{
    width: 440px;
    height: 340px;
    margin: 0px;

    padding: 10px;
    box-sizing: border-box;
}

.big_picture img
{
    width: 427px;
    height: 320px;
    display: block;
    box-sizing: border-box;
}

.small_picture
{
    width: 220px;
    height: 170px;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    
    padding: 10px;
    box-sizing: border-box;
}

.small_picture img
{
    width: 200px;
    height: 150px;
    display: block;
}

img
{
    image-rendering: pixelated;
}


.one_picture_line td
{
    width: 667px;
    height: 500px;
    padding: 10px;
    box-sizing: border-box;
}

.one_picture_line td img
{
    width: 647px;
    height: 480px;
    display: block;
}