html{
height: 100%;
}
body{
margin: 0;
height: 100%;
-webkit-overflow-scrolling: touch;
}
ul,li{
margin: 0;
list-style: none;
padding-inline-start: 0;
}
a{
outline: none;
text-decoration: none;
}
a:active{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea{
resize: none;
}