.body {
  font-family: Montserrat, sans-serif;
}

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

.text-block {
  color: #afafaf;
  text-align: center;
  font-weight: 500;
}

.text-block.loading {
  font-weight: 300;
}

.div-block-2 {
  margin-top: 20px;
}

.text-block-2 {
  text-align: center;
  margin-top: 60px;
  font-weight: 500;
}

.text-span {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
