body {
  background-color: black;
  color: white;
  overflow: hidden;
}

.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
