*{
    margin: 0;
    padding: 0;
}
html{
    font-size: calc(100vw / 414);
}
img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

a{
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

li{
    list-style: none;
}