/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* common*/

body {
  font-family: "Noto Sans TC", "PingFangTC-Regular", "Microsoft JhengHei",
    "微軟正黑體";
  font-display: swap;
}
.container {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
