.container {
  width: 100vw;
  height: 100vh;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-block, .text-block-2 {
  font-size: 100px;
}


