*{
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    margin: 0;
	padding: 0;
	border: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: scroll;
    font-family: Consolas;
}

html {
    font-size: 10.416666666666666px;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
}

ul,li {
    list-style: none;
}
