
button {
  text-align: unset;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
address,
body,
caption,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
li,
p,
section,
span,
strong,
table,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
body,
html {
  overflow-x: hidden;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}