body,
table,
td,
a {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

table,
td {
  mso-table-rspace: 0pt;
  mso-table-lspace: 0pt;
}

img {
  -ms-interpolation-mode: bicubic;
}

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

div[style*="margin: 16px 0;"] {
  margin: 0 !important;
}

body {
  width: 100% !important;
  height: 100vh !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F3F5;
}

table {
  border-collapse: collapse !important;
}

a {
  color: #1a82e2;
}

img {
  height: auto;
  line-height: 100%;
  text-decoration: none;
  border: 0;
  outline: none;
}

main {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}

.logo {
  width: 80px;
  height: 80px;
  background-color: #02ADFF;
  background-image: linear-gradient(135deg, #02ADFF 0%, #1A1FF4 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  width: 40px;
}

.container {
  background-color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  width: 600px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 150px;
}

@media screen and (max-width: 640px) {
  .container {
    width: 400px;
    padding: 24px 40px;
  }
  .container h1 {
    line-height: 34px;
  }
}
@media screen and (max-width: 440px) {
  .container {
    width: 360px;
    padding: 24px 30px;
  }
}/*# sourceMappingURL=style.css.map */