body,
html {
  height: 100%;
  margin: 0;
}

.bg-lazy {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-lazy {
  height: 100vh;
  width: 100vw;
  transition: opacity 1s ease-out;
}

.bg-loading {
  opacity: 0;
}

.test {
  color: white;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  padding: 25px 25px;
  display: inline-block;
}