a,
article,
body,
button,
div,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
input,
li,
nav,
ol,
option,
p,
section,
select,
span,
strong,
textarea,
ul,
dl,
dd,
video,
audio,
iframe,
tr,
td,
table,
tbody,
thead {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background: #fff;
}
body,
html {
  width: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

a {
  text-decoration: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button,
img,
input,
textarea,
video {
  outline: 0;
  border: none;
}
ul,
li,
ol {
  list-style: none;
}
