* {
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei;
    list-style: none;
}

html, body {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}