* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

button {
  cursor: pointer;
  background: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
