html {
  scroll-behavior: smooth;
}

html * {
  box-sizing: border-box;
}

p {
  font-size: 1.2rem;
  line-height: 1.75;
}
