.hand:hover {
  cursor: pointer;
}

.svg {
  width: 100%;
  height: auto;
}

.footer a {
  color: #f0587b; /* 換成你想要的顏色，例如藍色 */
  text-decoration: none; /* 移除底線 */
}

.footer a:hover {
  color: #f0587b; /* 滑鼠移上去時的顏色 */
}

/* 正常貼bottom：網頁、手機橫向、ipad橫向*/

.footer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  font-size: 0.85rem; /* 比預設小一點 */
  color: #333; /* 可選文字顏色 */

  text-align: center;
  padding: 10px;
}
