/* reset css */
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;

}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

button {
  outline: none;
}

ul li {
    list-style-type: none;
}

ol {
  padding: 0 0 0 1.5rem;
}