html {
  height: 100%;
}

body {
  margin: 0;
  font-size: 62.5%;
}

h1 {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, #34037D 0%, #330099 100%);
  line-height: 9999%;
  overflow: hidden;
  margin: 25vh 0 0 0;
}

h1 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 98px;
  background-image: url(../../images/lina_gerlach.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
