
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  scroll-behavior: smooth;
  
}

