*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

body {
    height: 100vh;
    width: 100vw;
}

img {
    font-size: 0;
}

@font-face {
    font-family: "NotoSansTcLight";
    src: url('../static/fonts/NotoSansTCLight.otf') format("typeture");
    font-stretch: normal;
    font-weight: normal;
}