.wrapper {
  background-image: linear-gradient(#044f24, #116436 32%, #888 58%, #888);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.image {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.text-block {
  z-index: 1;
  text-align: center;
  position: absolute;
}
