.main-wrapper {
  min-height: 100vh;
  background: #232323;
  color: white;
  display: flex;
  align-items: center;
}
.main-wrapper .content-wrapper {
  max-width: 400px;
  margin: auto;
  padding: 0px 30px;
}
.main-wrapper .content-wrapper .icon-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.main-wrapper .content-wrapper .title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}
.main-wrapper .content-wrapper .subtitle {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
}
.main-wrapper .btn-white {
  background: white;
  font-weight: 700;
  color: #232323;
  padding: 10px 30px;
}

/*# sourceMappingURL=styles.css.map */
