body {
  font-family: Inter, sans-serif;
  text-align: center;
  line-height: 1.4;
}

.container {
  padding: 24px;
  max-width: 480px;
  margin: 0 auto;
}

h1,
h2 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 16px;
}

h2 {
  font-size: 22px;
}

h1 {
  font-size: 24px;
}

p {
  font-size: 16px;
  color: #656469;
}

.btn {
  display: inline-block;
  background-color: white;
  color: white;
  padding: 0px 16px;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

#app-icon-wrapper {
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f0f0f0;
}

#app-icon {
  width: 100%;
  height: 100%;
}
