body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#lang-selector {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

button {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

header {
    text-align: center;
    margin: 30px 0;
}
img {
    margin: 0 10px;
}

footer {
    text-align: center;
    margin-top: 50px;
}

.images tr, .images td {
  position: relative;
}

.picture {
  position:absolute;
  width: 31%;
  bottom: 0px;
}

.description {
  max-width: 100%;
}
