body {
    overflow-x:hidden;
}

.imgcontainer {
    margin-top:50px;
    width:350px;
    border:2px solid black;
}

img {
    width:350px;
}

.images {
    display: flex;
    flex-direction: column;
    top:0;
    right:0;
    position:absolute;
}

table {
    table-layout: fixed;
}

.tables {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
    min-width: 0;
}

.table-block {
    display: flex;
    flex-direction: column;
    flex: 1 1 250px;
    min-width: 0;
}

table, td {
    padding:2px;
    border:2px solid black;
}

.maincontainer {
    width: calc(100vw - 450px);
}