body {
    font-family: Arial, sans-serif;
    margin: 30px;
    background: #f4f4f4;
}

h1, h2 {
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

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

a {
    text-decoration: none;
    color: #0066cc;
}

a:hover {
    text-decoration: underline;
}

form {
    background: #fff;
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

input, button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    font-size: 1em;
}

button {
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #218838;
}

.search-box {
    margin-bottom: 20px;
}
