/** Configurações de scroll */

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110px;
}
