.container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block {
  color: #505050;
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 60px;
  font-weight: 700;
  line-height: .8;
  display: flex;
}


