html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}


body {
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  /* font-family: system-ui, sans-serif; */
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #222;
}


main {
  padding: 2em;
  max-width: 800px;
  margin: auto;
  flex: 1;
}

header, footer {
  background: #111;
  color: white;
  padding: 1em;
  text-align: center;
}

nav a {
  color: #ffffff;
  margin: 0 10px;
  text-decoration: none;
}

.text_image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

}

/* .text_image img {
  width: 200px;
  height: auto;
} */
