* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    color: #eaeaea;
    background: #000;
    transition: color 0.5s, background-color 0.5s;
    line-height: 1.6;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 1.24rem;
}

li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none
}



body {
    font-family: PingFangSC-Regular, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:-webkit-autofill {

    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}