body {
    font-family: Verdana, sans-serif;
    padding: 30px;
    background: #eef3fa;
}

h1 {
    color: #2d3a4b;
    text-align: center;
    margin-bottom: 32px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
    background: #fff;
    box-shadow: 0 0 20px #c5d3e6;
}

th, td {
    border: 1px solid #aac4de;
    padding: 14px 10px;
    text-align: center;
    font-size: 1.08em;
}

th {
    background: #4271b2;
    color: #fff;
    letter-spacing: 1.2px;
}

tr:nth-child(even) {
    background: #f5f8fb;
}
