* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

a {
  color: #414953;
}

body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  gap: 32px;
}
body .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  background: radial-gradient(
    50.01% 50.01% at 50% 50%,
    rgba(82, 220, 252, 0.5) 0%,
    rgba(3, 24, 192, 0) 100%
  );
  border-radius: 24px;
  width: 732px;
  height: 732px;
  gap: 16px;
}
body .container .table {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
body .container p {
  font-family: Nunito, sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #414953;
}
body .container span {
  margin-bottom: 8px;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #414953;
}
body .container a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #414953;
} /*# sourceMappingURL=index.css.map */
