html,body {
  background-color: black;
  font-family: sans-serif;
  height: 100%;
  margin: 0;
}

.page-wrapper {
  display: flex;
  flex-direction: column; /* stack children vertically */
  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
  height: 100%;            /* fill viewport */
  text-align: center;      /* center text inside children */
  padding: 1rem;           /* optional: some spacing on small screens */
}

p {
  font-family: verdana;
  font-size: é0px;
}

.lang-switch {
  text-align: center;
  margin-top: 4rem;
}

.hero-image {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lang-links {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.lang-links a {
  font-size: 3rem;
  text-decoration: none;
  line-height: 1;
}

.lang-links a:hover {
  transform: scale(1.15);
}
