*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #FFFFFF;
}
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
input, button, select, textarea {
  font: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
ol, ul {
  list-style: none;
}