body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(120deg, #e0eafc 0%, #cfdef3 100%);
    margin: 0;
    padding: 0;
}
h1 {
    color: #2c3e50;
    text-align: center;
    margin-top: 40px;
    font-size: 2.2em;
}
table {
    margin: 30px auto;
    border-collapse: collapse;
    width: 80%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
}
th, td {
    padding: 12px 18px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
th {
    background: #2980b9;
    color: #fff;
    font-weight: 600;
}
tr:hover {
    background: #f0f8ff;
}
a {
    color: #2980b9;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
}
a:hover {
    text-decoration: underline;
}
p {
    text-align: center;
    color: #34495e;
    font-size: 1.1em;
}
