* {
  box-sizing: border-box;
}

body {
  font-family: "Inter Tight", sans-serif;
  margin: 0;
  overflow-x: hidden;
}
.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.162);
  padding: 0 10px;
  height: auto;
  background-color: white;
  position: sticky;
  /* left: 50%;
  z-index: 999;
  transform: translateX(-50%); */
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.header__menu-items {
  text-decoration: none;
  color: rgba(26, 26, 28, 0.6);
  font-size: 186x;
}
.header__menu-item {
  list-style: none;
  display: flex;
  border: 1px solid rgb(26 26 28 / 0);
  gap: 5px;
  align-items: center;
  padding: 5px 15px;
  cursor: pointer;
}
.form {
  height: 100vh;
}
.gooole-form {
  width: 600px;
  height: 1200px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.footer p {
  margin: 0;
}
