* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font: inherit;
  box-sizing: border-box;

}

*::after,
*::before {
  box-sizing: border-box;
}


html,body{
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
}



body {
  line-height: 1;
  color: #000;
  font-size: 12px;
  width: 100%;
}

a{
  color: inherit;
  font-size: inherit;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select,
button,
textarea {
  vertical-align: middle;
  outline: none;
  border: 1px solid #ccc;
}

img {
  vertical-align: middle;
}