html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
}

body {
  background: url('marrakech-vip-experience.webp') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.only-desktop h1 {
  font-size: 2.5rem;
  margin: 0;
  font-family: 'Scheherazade', serif;
}

.only-desktop p {
  font-size: 1.2rem;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}
