@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  color: black;
  line-height: 1.6;
  background-color: white;
  /* overflow-x: hidden; */
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
}
