body {
    /* font-family: '未来荧黑 Normal'; */
    font-size: 56px;
    /* font-weight: 700; */
    user-select: none;
    overscroll-behavior: none;
}

a {
    /* font-weight: 500; */
    color: brown;
    text-decoration: none;
}

a:hover {
    /* font-weight: 700; */
    text-decoration: underline;
}

a:active {
    /* font-weight: 700; */
    text-decoration: line-through;
}