body{
    text-align: center;
    font-family: sans-serif system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#title{
    font-size: 300%;
    margin-bottom: 3%;
}
.center {
    text-align: center; /* 内联元素水平居中 */
    /* 或者 */
    margin: 0 auto; /* 块级元素水平居中 */
    width: 50%; /* 设置内容宽度 */
}
#about{
    text-align: left;
    margin-bottom: 3%;
}
#links{
    display: flex;
    margin-bottom: 3%;
}
.item{
    margin-right: 2%;
}