*{
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: top
}

em,i {
    font-style: normal
}

ol,ul {
    list-style: none
}

button,h1,h2,h3,h4,h5,h6,input,select {
    font-size: 100%;
    font-family: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,a:visited {
    text-decoration: none;
    color: #333
}
body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 540px;
    background: #fff;
    font-size: 14px;
    font-family: -apple-system,Helvetica,sans-serif;
    line-height: 1.5;
    color: #666;
    -webkit-text-size-adjust: 100%!important;
    padding-bottom: env(safe-area-inset-bottom)
}
.container {
    width: 100%;
    height: 100%;
}
