.body {
  color: #f3a1e8;
  background-color: #0f061f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
}


