body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.table-container {
    width: 80%;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    vertical-align: top;
}

input[type="text"] {
    width: 90%;
    padding: 5px;
    margin-bottom: 10px;
}

.image-container {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
}
