.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}

.menu-toggle {
  font-size: 2rem;
  background: none;
  border: none;
}

.nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
  justify-content: center;
}

.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 999;
}
  body {
  padding-top: 60px; /* ajuste conforme a altura do menu */
}