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

h1 {
    margin-bottom: 20px;
}

table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

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

th {
    background: #f9fafb;
}
