.vystavba {
  width: 100%;
  height: 100vh;
  background-color: black;
}

.vystavba p {
  color: white;
  text-align: center;
}

