/* Resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}

ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset,
legend {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
}

legend {
  text-align: left;
}

button {
  border: none;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}