html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #333;
  transition: background-color 0.2s ease;
  /* overflow-x: hidden; */
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

#main-content-anchor {
  position: relative;
  top: -100px;
}