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

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

td {
    margin: 0.41vw;
}

img, a {
    width: 100%;
    height: 100%;
}

.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;
}

.language_bottomline {
    background-color: #FFFFFF;
}