.body {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #979797;
  letter-spacing: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}


