body {
    font-family: 'Arial', sans-serif;
    padding: 40px;
    background-color: #f4f4f4;
}

h2 {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 5px;
}

p {
    text-align: center;
    margin-bottom: 30px;
}

table {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

th {
    background-color: #e9ecef;
    text-transform: uppercase;
    font-size: 13px;
}

tr:hover {
    background-color: #f9f9f9;
}