body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 50px;
}

h1, h2 {
    color: #007bff;
}

table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover {
    background-color: #f2f2f2;
}
