html { 
    overflow-y: scroll;
}

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

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 15vh;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    margin-top: 0px;
    width: 95vw;
}

tr, td {
    height: fit-content;
}

.table_element {
    position: relative;
    width: 21.69vw;
    height: auto;
}

.image, .image_overlay, .image_link {
    width: 100%;
    height: auto;
}

.image_overlay, .image_link {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.image_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3vw;
    color: #FFFFFF;
}