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

.div-block {
  min-width: 200px;
}


