/* :root {
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #f6f7fb;
  color: #222;
}

.container {
  text-align: center;
  padding: 2rem;
}

button {
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
} */

.header-logo {
  height: 32px;
}

html {
  scroll-behavior: smooth;
}

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