.section {
  height: 100%;
  padding: 23px;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

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