html {
  touch-action: manipulation;
  background-color: #171144;
}
body {
  background-color: white;
  max-width: 35rem;
  margin: auto;
  margin-top: 3rem;
  padding: 5rem;
  border-radius: 0.5rem;
}
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.3rem;
}
