


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


* {
  margin: 0;
  padding: 0;
}


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}


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


button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}


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


ul, ol {
  list-style: none;
}


img, picture, video, svg {
  display: block;
  max-width: 100%;
}


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


fieldset {
  border: none;
  margin: 0;
  padding: 0;
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


:focus {
  outline: none;
}


::selection {
  background-color: #b3d4fc;
  color: black;
}
