*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth
}
body{
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
strong, b{
  font-weight: bolder;
}
section, p{
  letter-spacing: 0.8px;
  line-height: 1.5em;
  font-size: 1.125rem;
}
h1, h2, h3{text-align: center;}
h1{font-size: 2rem;} h2{font-size: 1.75rem;} h3{font-size: 1.35rem;}
