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

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: 100%;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input, textarea, select, button {
  font: inherit;
}

.page1, .page2, .page3, .page4, .page5, .page6 {
    line-height: 1;
}

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