@font-face {
    font-family: '汉仪像素';
    src: url('HYPixel11pxJ-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

div {
    border: solid 3px #fefefe;
    padding: 1em;
}

table,
th,
td {
    text-align: center;
    border: solid 1px #fefefe;
    border-collapse: collapse;
}

th,
td {
    min-width: 6em;
}

div {
    width: 80%;
    margin-top: 2em;
}

div,
table {
    display: inline-block;
}

html {
    background-color: #010005;
    text-align: center;
    font-size: 2rem;
    color: #fefefe;
    font-family: '汉仪像素';
}

a,
a:defined,
span {
    color: orange;
}

p {
    color: #aaaaaa;
    text-align: left;
    text-indent: 2em;
}

button,
input {
    margin: 1em;
    font-family: '汉仪像素';
    font-size: 1rem;
    max-width: 80%;
}

hr {
    width: 80%;
}

footer {
    border: solid 1px #fefefe;
    margin-top: 2em;
}