/* styles.css */

i.fa{
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px; /* 右边距，根据需要修改 */
    margin-left: 5px; /* 左边距，根据需要修改 */
    font-size: 36px; /* Adjust the size as needed */
}
        header .navigation {
            display: flex;
            gap: 20px;
            margin-top: 10px;
        }
