.center {
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  flex-direction: column;
}

.text-center {
  text-align: center;
  margin: 0;
}


body {
  overflow: hidden;
}

