body {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

#container {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

#glyph-img {
  width: 200px;
  height: auto;
  animation: pulse 3s infinite ease-in-out;
}

#glyph-copyright {
  font-size: 1.2em;
  color: white;
  position: absolute;
  left: calc(50% + 80px);
  top: calc(23% + 0px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mirror-title {
  font-size: 2.5em;
  color: white;
  text-align: center;
  margin: 10px 0;
  line-height: 1.2;
}

.tm {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 4px;
}

.subtext {
  font-size: 1.2em;
  margin-top: 10px;
  color: #ccc;
}

#enter-button {
  margin-top: 20px;
  padding: 10px 24px;
  font-size: 1em;
  background-color: #222;
  color: #fff;
  border: 1px solid #888;
  border-radius: 4px;
  cursor: pointer;
}

.note {
  margin-top: 12px;
  font-size: 0.9em;
  color: #888;
}

.quote-container {
  position: relative;
  margin: 30px auto 0;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'Georgia', serif;
  z-index: 2;
}

.quote {
  font-size: 1.1rem;
  line-height: 1.5;
  font-style: italic;
  margin: 0 auto;
  white-space: normal;
  word-wrap: break-word;
}

.quote-author {
  margin-top: 8px;
  font-size: 1rem;
  color: #cccccc;
}

.copyright-footer {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 0.8em;
  color: #cccccc;
  z-index: 10;
}

/* ------ Mobile Tweaks Below ------ */
@media screen and (max-width: 768px) {
  #glyph-img {
    width: 160px;
  }

  .mirror-title {
    font-size: 1.8em;
  }

  .subtext {
    font-size: 1em;
  }

  .quote {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .quote-author {
    font-size: 0.9rem;
  }

  #enter-button {
    font-size: 0.95em;
    padding: 8px 18px;
  }
  #glyph-copyright {
    top: 26%; /* Adjust as needed on iPhone */
    left: calc(50% + 65px);
    font-size: 1em;
  }

}
