/* 字体 */
@font-face{
    font-family: "HanZiRootFont";
    font-style: normal;
    font-weight: 400;
    src: url("../font/HanZiRootFont.woff2") format("woff2"), url("../font/HanZiRootFont.ttf") format("ttf");
}

html, body{
    margin: 0;
    height: 100%;
    text-align: center;
}
header{
    margin-bottom: 50px;
}
footer{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}
input{
    text-align: center;
}
h1{
    margin: 0px;
}
.instructions {
    width: 450px;
    margin: auto;
}
.zigen{
    font-family: HanZiRootFont;
}
#setting, #ground, #custom, #add-custom {
    display: none;
}
#display {
    margin: 30px;
    font-size: 100px;
}

.list {
    padding-left: 0;
}
.list li {
    list-style: none;
}
