.landing-page,
.error-page {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.landing-page .title,
.error-page .title {
  width: 100%;
  font-size: 2.2rem;
  padding: 0.5rem 0;
}

.landing-page .body,
.error-page .body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF7AD9;
  margin: 15px;
}

.landing-page .inner-group > div,
.error-page .inner-group > div {
  margin: 2rem 10px 2rem 10px;
}

.landing-page .inner-group,
.error-page .inner-group {
  width: 100%;
  padding: 1rem;
}

.landing-page .heading-group > div,
.error-page .heading-group > div {
  margin: 0.5rem 0;
}

.landing-page .heading-group,
.error-page .heading-group {
  font-family: Gaillard;
}

.landing-page .heading,
.error-page .heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: Gaillard;
}

.landing-page .subheading,
.error-page .subheading {
  font-size: 1.5rem;
  font-style: italic;
}

.landing-page .content,
.error-page .content {
  font-family: Fakt;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.landing-page .ar-button {
  font-family: Fakt;
  padding: 0.75rem;
  width: 12rem;
  margin-bottom: 4.5rem;
  background-color: #ababab;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  border: none;
  transition: background-color 0.3s ease-out;
}

.landing-page .ar-button.ready {
  background-color: white;
}

.error-page .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page .article {
  width: 50%;
}

.error-page .article a {
  color: white;
  text-decoration: none;
}

.error-page .article a:hover {
  text-decoration: underline;
}

.error-page .content > img {
  margin: 2rem 0;
}
