body {
    font-family: Georgia, serif;
    background-color: #ffffff;
}

.title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.score-table {
    width: 90%;
    margin: auto;
    border-collapse: collapse;
}

.score-table th {
    border: 1px solid #d8c24a;
    padding: 8px 12px;
    font-weight: bold;
    text-align: center;
}

.score-table td {
    padding: 8px 12px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.score-table td:first-child,
.score-table th:first-child {
    border-left: none;
}

.score-table td:last-child,
.score-table th:last-child {
    border-right: none;
}
