@charset "utf-8";
/* CSS Document */
body {
  height: 100vh;
  background-image: url("https://logendalen.hel1.your-objectstorage.com/images/lagendalen.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: aliceblue;
  margin-top: 250px;
}
.img-text-container {
  position: relative;
}
.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 20px;
}
h1 {
  font-size: 3rem;
}
