body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f8f9fa;
    color: #333;
}

h2 {
    margin-top: 20px;
    color: #0d6efd;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    background-color: #fff;
}

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

th {
    background-color: #f0f0f0;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    padding: 5px 10px;
    margin-top: 5px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background-color: #2980b9;
}

form input, form select, form textarea {
    padding: 5px;
    margin-bottom: 10px;
    width: 300px;
}