@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 1em;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,ol{
  list-style: none;
}
body {
  min-height: 100vh;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font-family: inherit;
  border: none;
  width: auto;
}
