@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Saira+Stencil+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Saira+Stencil+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Noto+Sans+TC:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

.body {
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

a:link {
  color: black;
  text-decoration: none;
}

.footer img{
 margin-bottom: 8px;
  }

.footer a:visited {
  color: #666666; 
}

.footer a:hover {
  color: blue;
  text-decoration: underline;
}

.footer{
  background-color: #ffbf00;
  font-size: small;
  text-align: center;
}
.footer p{
  letter-spacing:1.5px;
  color: black;
  /* line-height: 15px; */
  margin-bottom: 14px;
}
.Copyright{
  margin-top: 15px;
}

@media (max-width: 768px){
  .footer p{
    letter-spacing:1.2px;
    color: black;
    line-height: 20px;
    font-size: 12px;
  }
.footer img{
  max-height: 8vh;
 margin-bottom: 10px;
  }
}

 

  