.body {
  background-color: #000;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}


