body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px 20px 20px;
}

h1 {
    margin-top: 80px; /* space below the watermark logo */
}

#search {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

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

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

.no-results {
    text-align: center;
    padding: 20px;
    color: #666;
}

#watermark {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    opacity: 0.8;
    pointer-events: none;
    z-index: 10;
}