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

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading {
  font-size: 48px;
}

.button {
  height: 40px;
  width: 120px;
  font-size: 24px;
}
