body {
    font-family: "Noto Sans CJK SC", "Noto Sans CJK TC", "Source Han Sans CN","Source Han Sans", "Noto Sans", DengXian, "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background-color: #F6F4F3;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 19px;
}

pre, code {
    font-family: mononoki, Consolas, monospace;
}

#root-container {
    min-height: 100%;
    min-height: 100vh;
}

.color-s3-server {
    color: #00CBFF;
}