body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,hr,ul,ol,td,input,option,textarea{
	margin:0;
	padding:0;
}
a, label, button, input, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul{
	list-style: none;
}
a{
  text-decoration:none;
  color: black;
}
button{
  outline: none;
  border: none;
}
img{
	border: none;
}
html{
  height: 100%;
  font-size: 10vw;
}
body{
  /* height: 100%; */
  font-size: .4rem;
}
input{
  outline: none;
  border: none;
  border: 1px solid #cccccc;
}