* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
    /* min-height: 100vw; */
    line-height: 1.2;
}

h1, h2, h3, button, input, select, textarea {
    font: inherit;
}

a, button, input, select, textarea {
    color: inherit;
    text-decoration: none;
}

button {
    border: none;
    background: transparent;
    padding: 0;
}

img {
    display: block;
    /* min-width: 100%; */
    height: auto;
}

ul {
  list-style-position: outside;
  padding-left: 1.5rem; /* adjust as needed */
}