.demonstration-lastest-work__link-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
tbody tr:hover {
cursor: pointer;
background-color: lightgray;
}
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;
left: 50%;
transform: translateX(-50%);