body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
html {
    font-size: calc(100vw / 375 * 16);
}
html, body, h1, h2, h3, h4, h5, h6, p, span, ul, li, button, input {
    margin: 0;
    padding: 0;
    font-family: myFont, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
ul, ol, li {
    list-style: none;
}
button {
    border: none;
    outline-style: none;
}
input {
    border: none;
    outline-style: none;
}
em, i {
    font-style: normal;
}
::-webkit-scrollbar {
    display: none;
}