.text-block {
  margin-bottom: 26px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  text-align: center;
}

.text-block.left {
  text-align: left;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #000;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
}

.heading {
  margin-bottom: 21px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  text-align: right;
}

.link {
  color: #f60;
}

.image {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 60px -2px rgba(0, 0, 0, 0.41);
}

.smaller-text {
  margin-bottom: 26px;
  padding-top: 15px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.link-2 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .image {
    display: block;
  }
}

