﻿html, body {
    /*height: 100% !important;*/
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    /*height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poppins', sans-serif;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit; /* 使用父元素顏色 */
}
