body {
  min-height: 100vh;
  background-color: rgb(250, 249, 245);
  margin: 0;
}

.page-header {
  padding: 0 72px;
  height: 72px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(152, 152, 166, 0.2) 0px 5px 5px -3px,
              rgba(152, 152, 166, 0.14) 0px 8px 10px 1px,
              rgba(152, 152, 166, 0.12) 0px 3px 14px 2px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  box-sizing: content-box;
  padding: 0 24px;
  margin: 32px auto;
}

.page-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  font-family: Inter;
  color: rgb(29, 29, 31);
}

.page-description {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  font-family: Inter;
  color: rgb(67, 67, 79);
}

.page-card {
  padding: 24px;
  margin-top: 24px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(152, 152, 166, 0.2) 0px 2px 4px -1px,
              rgba(152, 152, 166, 0.14) 0px 4px 5px 0px,
              rgba(152, 152, 166, 0.12) 0px 1px 10px 0px;
}

.store-links {
  margin-left: 28px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
