body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.header {
  background: #8b0000;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header a {
  color: white;
  margin-left: 2rem;
  text-decoration: none;
  font-weight: bold;
}


@media (max-width: 725px) {
  nav{
    background-color: rgba(168, 27, 2, 0.85);
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  h1 {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}

.hero {
  background: url('/20.IMAG/Restaurante1.jpg') center/cover;
  color: white;
  padding: 4rem 2rem;
  text-align: center;
}

section {
  padding: 2rem;
}

footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 1rem;
}