* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  
  display: block;
}

ul {
  list-style: none;
}

/* svg {
  width: 100%;
  height: 100%;
} */

input,
textarea {
  min-width: 0px;
  border: none;
  outline: none;
  cursor: inherit;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=file] {
  display: none;
}

th {
  font-weight: inherit;
}