.site-designer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.link-block-4 {
  color: #fff;
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  text-align: center;
}

.section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Trich-HomesGero.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 26px;
}

.button {
  text-align: center;
  background-color: #77146d;
  border-radius: 20px;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}


