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: 86vw;
}

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 {
    font-size: 2.6vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

.table_element {
    position: relative;
    width: 22.99vw;
    height: 15.33vw;
}

.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;
    font-size: 2.08vw;
}

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

.content_text {
    width: 60vw;
    font-size: 2.08vw;
    text-align: center;
    color:#000000;
}

.small_table_element {
    font-size: 1.82vw;
    text-align: center;
    height: 7vh;
    width: 4.5vw;
}

.small_table_element_title {
    font-size: 1.82vw;
    text-align: center;
    height: 7vh;
    width: 8vw;
    margin-right: 5vw;
}

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

p {
    max-width: 40vw;
}