body {
  margin: 0;
  padding: 0;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  display: inline;
  animation: fade 2.5s;
}
#loading-image {
  width: 100px;
  top: -40px;
  position: relative;
}

#loading-error {
  color: var(--lt-red);
  font-family: var(--lt-font-primair);
  font-weight: 500;
  font-size: 18px;
}
