html { 
    overflow-y: scroll
}

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

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

table, th, tr {
    border-collapse: collapse;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

td {
    margin: 0.41vw;
}

.table_image, .table_image_link, .table_image_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.table_image_text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

.table_element {
    position: relative;
    width: 43vw;
    height: 26.68vw;
}

.table_element_text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

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

.content_text {
    text-align: left;
    color:#000000;
}

.small_table_element {
    text-align: center;
    height: 4vh;
    width: 7vw;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_table_element_title {
    text-align: center;
    height: 4vh;
    width: 15vw;
    margin-right: 5vw;
    font-size: 3vw;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

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