*{
  font-family: 微軟正黑體;
  scroll-behavior:smooth;
}

h1{
  font-weight:bold
}

img{width:100%;
    height:auto;
}
.carousel-item{
  height:100vh;
}


#news img{
  border-radius:100%;
  width:140px;
  height:140px;
}
body {
  
  background: #f8f7f1;
  font-size:1.2rem
  
}

h2,p{margin-bottom:1em}

/* Scroll to top button */
#totop {height:9px; opacity:0; position:fixed; right:-60px; width:49px; z-index:111; display:block; bottom: 15%; background-color:#404040; font-size: 9px; font-weight: 900; color: #fff; text-align: center; line-height: 1; border-radius:2px; padding: 28px 0 21px 0; transition: 1s;}
#totop:before {position: absolute; content:"^"; top: 10px; left: 50%; margin-left: -6px; font-size: 13px; display: inline-block;}
#totop.show { right:10px; opacity:0.7; }
#totop:hover { opacity:1;}