body {
    font-family: Arial, sans-serif;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f4f4f4;
}

h1, h2 {
    color: #333;
}

form {
    display: flex;
    align-items: center;
}

input, button {
    margin: 10px 0;
}

#file-link {
    margin-top: 20px;
}

#uploaded-files {
    margin-top: 20px;
    width: 100%;
    max-width: 800px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

.thumbnail {
    width: 50px;
    height: auto;
}

hr {
  border: none;
  height: 2px; /* Épaisseur du trait */
  background-color: black; /* Couleur du trait */
  margin: 20px 0; /* Marge supérieure et inférieure */
}
