html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  background: #000;
}

#aurora-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
  max-width: 800px;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  text-shadow: 0 0 10px #66fcf1, 0 0 20px #45a29e, 0 0 30px #66fcf1, 0 0 40px #45a29e;
}

.message-container h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2em;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}

.message-container p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 1.6em;
  text-align: center;
}

.qr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(102,252,241,0.4);
}

@media(max-width: 768px) {
  .qr {
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
  }
}

#google_translate_element {
  z-index: 3;
}
