html,
body {
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
}

i,
strong,
em {
  font-style: normal;
  display: inline-block;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
}
textarea {
  resize: none;
}
input[type="file"] {
  color: transparent;
}
h3 {
  font-size: .3rem;
}
table {
  border-collapse: collapse;
}
*::-webkit-input-placeholder {
  color: #EFEFEF;
}
