/*
 * Cladonia Parking Page
 * Copyright 2021 Cladonia.
 */

#logo {
  position: absolute;
  z-index: -998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bgcolor {
  background: linear-gradient(to right bottom, #D8ECFF, #ECF3FF);
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#textbody {
  text-align: left;
  font-weight: lighter;
  font-family: 'HarmonyOS Sans SC Thin';
  font-size: 4em;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}
#textbody > p {
  margin-block-start: 0;
  margin-block-end: 0.15rem;
}
#footer {
  width: 90%;
  height: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 5%;
  transform: translateY(100%);
}
#footer-logo {
  margin-block-end: 2%;
}
#footer > p {
  margin-block-start: 0;
  margin-block-end: 0.15rem;
  font-family: 'HarmonyOS Sans SC Light';
}