/* Reset and base styles */
* {
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

article,
aside,
details,
picture,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  font-weight: normal;
}

button {
  border: none;
  background: transparent;
}
