.main {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
  z-index: 1;

  width: 100vw;
  padding-right: 20vw;

  overflow-y: scroll;

  padding: 20px;
}

/* p {
  margin-bottom: 0;
} */

.menu-kontakt {
  text-decoration: underline;
}

.kontakt-text {
  position: absolute;
  top: 50%;
  width: 60%;
  /* border: solid blue; */
  transform: translateY(-50%);
}
