html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  margin: 20px;
}

.hidden {
  display: none;
}

.section {
  margin-bottom: 40px;
}
