@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap");

body,
html {
  font-family: "Lora", serif;
}

.copy-icon {
  cursor: pointer;
  margin-left: 10px;
  color: white;
}

.sld0 .slideBody h3 {
  font-size: 36px;
  line-height: 52px;
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
.page_slide h1.title {
  font-size: 38px;
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
.page_slide h1.title span.subtitle {
  font-family: "Lora", serif;
}

#qtauth {
  font-size: 14px;
  opacity: 0.7;
  font-style: italic;
  display: block;
  padding-top: 8px;
}

.transparent-form {
  width: 100%;
  margin: 0 auto;
  height: 45px;
  border: 1px solid;
  background: rgba(72, 72, 72, 0.4);
  border-radius: 0;
  font-size: 16px;
  padding: 0 15px;
}

.transparent-submit {
  width: 90%;
  max-width: 280px;
  border: 1px solid;
  border-radius: 0;
  height: 45px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  cursor: pointer;
  position: relative;
}