.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(#000000bf, #000000bf), url('../images/opi-backdrop.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;
}

.image {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
}

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


