body {
  margin: 0;
  padding: 0;
  border: none;
}

img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

a, a:focus, a:hover, a:active {
  outline: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: none;
  background: none;
  border: none;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}