body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;    /* #f5f5f5 */
    padding: 20px;
}

.search-box {
    text-align: center;
    margin-bottom: 25px;
}

.search-box input {
    padding: 10px;
    width: 300px;
    font-size: 16px;
    border: 1px solid #777;
    border-radius: 5px;
}

.search-box button {
    padding: 10px 25px;
    font-size: 16px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

table {
    width: 90%;
    margin: auto;
    border-collapse: collapse;
    background: white;
    font-size: 16px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

/* TWO COLORS ONLY */
.row1 th, .row1 td {
    background: #e8f0fe;   /* light blue #e8f0fe */
}

.row2 th, .row2 td {
    background: light yellow;   /* light grey #f7f7f7 */
}

img {
    width: 80px;
    height: auto;
    border-radius: 6px;
}
