@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Noto+Sans+SC:wght@300;500&display=swap');

table th, table td {
    border: solid 1px black;
}

table th {
    padding: 10px;
}

table td {
    padding: 3px 10px;
}

table {
    text-align: center;
    font-weight: 300;
    font-size: 36px;
}

.ja {
    font-family: 'Noto Sans JP', sans-serif;
}

.zh {
    font-family: 'Noto Sans SC', sans-serif;
}