html { 
    overflow-y: scroll
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

td {
    text-align: center;
    padding: 1vh 0;
}

.table_image {
    max-width: 14vw;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 5vh;
    margin: 8vw;
    margin-top: 0px;
    width: 80vw;
}

.content_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
}

.content_top_images {
    margin-left: 0px;
    margin-right: 0px;
}

.content_image {
    position: relative;
    padding: 5vw;
    width: 80vw;
    height: auto;
}

.content_bottom {
    font-size: 2.6vw;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 5vw;
    text-align: center;
}

.collage {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap:2%;
}

.collage_column {
    width: 23.5%;
    height: auto;
}

.collage_image {
    width: 100%;
    height: auto;
}

.collage_image_div {
    position: relative;
}

.cont {
    margin-top: 0px;
    margin-bottom: 20vh;
}