/* static/style.css */

body {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

#container {
    max-width: 1200px;
    margin: auto;
}

h2 a {
    text-decoration: none;
    color: #007bff;
}

h2 a:hover {
    text-decoration: underline;
}

.table th {
    background-color: #f8f9fa;
}
