body {
  margin: 0;
  font-family: "Aeonik";
  font-weight: 400;
  color: #050a41;
  background-color: rgb(18 22 36 / 1);
}

.wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.circle-st {
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.2;
  position: absolute;
  height: 300px;
  width: 300px;
}

.circle-right {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.circle-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.orange-gradient {
  background: linear-gradient(67.59deg, #261bc6 16%, #493fdd 86.83%);
}

.blue-gradient {
  background: linear-gradient(37.55deg, #0d99ff 19.62%, #22b1ec 84.46%);
}
header {
  padding: 20px;
}

main {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.main-container {
  padding: 40px 40px 40px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-container img {
  width: 84px;
  height: 84px;
}

.main-container h1 {
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  color: white;
  margin-bottom: 0;
}

.main-container p {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  color: #8284a0;
}

.main-container a {
  width: 100%;
  max-width: 400px;
  padding: 20px 0;
  background: linear-gradient(37.55deg, #0d99ff 19.62%, #22b1ec 84.46%);
  border-radius: 26px;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  color: white;
  vertical-align: middle;
  text-decoration: none;
}

.main-container .support {
  background: linear-gradient(37.55deg, #0d99ff 19.62%, #22b1ec 84.46%);
  color: white;
  border-radius: 26px;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 30px;
}
