.div-block {
  height: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  height: 100vh;
  background-color: #000;
}
