body {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #1d1d1f;
    margin: 0;
    padding: 0;
}

main {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 22px;
}

h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: left;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d7;
}

td {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d7;
}

td a {
    color: #06c;
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}

.total-row td {
    font-weight: 600;
    padding-top: 20px;
}

button {
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #06c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
    color: white;
}

td img {
    max-width: 100px;
    height: auto;
}

