html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width: 1400px) {
  .container {
    width: 90%;
  }
}

