*{
  margin: 0;
  padding: 0;
  font-family: Adobe Heiti Std;
  font-weight: 400;
  box-sizing: border-box;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: auto;
}

body{
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow-x: inherit;
  text-rendering: optimizeLegibility;
}

div:focus {
  outline: none;
}
:focus {
  outline: 0;
}
li{
  list-style:none
} 
img{
  border:0;
  vertical-align:middle
} 
table{
  border-collapse:collapse;
  border-spacing:0
}
a{
  text-decoration: none;
}