.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #e69ec3;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.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;
  font-size: 12px;
}

.section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/469129578_17941192469924880_5146738867034224884_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.div-block {
  margin-top: auto;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 0;
}

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

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