html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  background: #1E1B16;
}

.menu-pdf{
  display: block;
  width: 100%;
  height: 100vh;
  border: none;
}

.menu-fallback{
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: Arial, sans-serif;
  color: #F3ECDD;
  text-align: center;
  padding: 1.5rem;
}

.menu-fallback a{
  color: #1E1B16;
  background: #B98B4E;
  padding: 0.8rem 1.4rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
