 /* 動態插入 power by 在最底部 css 樣式 */
 
 .dynamic-footer {
    margin-bottom: 20px;       /* 距離視窗底部空隙 */
    text-align: center;
    color: gray;
  }

  /* 這是包裹 Powered by 的區塊 */
  .powered-wrapper {
    display: inline-block;     /* 讓背景只包裹文字 */
    padding: 0.3em 0.6em;      /* 內距 */
    background-color: #f0f0f0; /* 預設背景色 */
    border-radius: 6px;        /* 圓角 */
    font-size: 0.9em;          /* 字體大小*/
  }

  .powered-wrapper a {
    color: #0077cc;            /* 連結顏色 */
    text-decoration: none;
  }

  .powered-wrapper a:hover {
    text-decoration: underline;
  }

#footer-author {
  margin: 0; /*底部不要空一列*/
}