body{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    position: relative;
    background-image: url(../images/texture/pink_BG.svg);
    background-attachment: fixed;
    background-size: 308px;
    background-repeat: repeat;
}

header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: var(--mainRed);
    font-size: 18px;
}
main{
    position: relative;
    overflow-x: hidden;
}
footer{
    width: 100%;
    height: 75px;
    background-color: var(--mainRed);
    text-align: center;
    color:#fff;
    line-height: 75px;
}

@font-face {
    font-family: Noto Sans TC;
    src: url(../fonts/NotoSansTC-Regular.woff2) format("woff2")
  }
