  body {
            font-family: 'Noto Sans TC', sans-serif !important;
        }

        @media screen and (min-width: 1300px) {
            .menu {
                font-size: 1.4rem;
            }

        }


        @media screen and (min-width: 1500px) {
            .menu {
                font-size: 1.7rem;
            }

        }

        .menu {
            font-weight: bold;
            color: #114eb1;
        }