.page {
  flex-direction: column;
  padding-top: 24px;
}

.btn-wrapper {
  padding: 0 24px;
}

.btn {
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px;
  background-color: #fa9f03;
  text-align: center;
  font-size: 32px;
  border-radius: 12px;
  color: white;
}

.btn text {
  color: white;
}
