.body {
  background-color: #000;
}

.wrapper-center {
  width: 100%;
  height: 100svh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
