.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-size: 3em;
  text-align: center;
}

.text-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 10px;
  margin-left: 73px;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 10px;
  color: #d3d0d0;
  text-align: center;
}

.link {
  color: #cec9c9;
}