@charset "UTF-8";
body {
    font-family: NotoSansCJKtc-Regular, "Noto Sans TC", 微軟正黑體, sans-serif;
}

*:focus {
    outline: none;
}

html,
body {
    font-size: 10px;
}

nav{
    background-color: white;
}

a {
    text-decoration: none;
    color: white;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: white;
}
